Skip to content
Snippets Groups Projects
  1. Mar 21, 2013
    • Wolfgang Denk's avatar
      common/lcd.c: cleanup use of global variables · 46d1d5dd
      Wolfgang Denk authored
      
      lcd_color_fg and lcd_color_bg had to be declared in board specific
      code, but were not actually used there; in addition, we have getter /
      setter functions for these, which were not used either.
      
      Get rid of the global variables, and use the getter function where
      needed (so far no setter calls are needed).
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Alessandro Rubini <rubini@unipv.it>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Bo Shen <voice.shen@atmel.com>
      Cc: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      Cc: Nikita Kiryanov <nikita@compulab.co.il>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Stelian Pop <stelian@popies.net>
      Cc: Tom Warren <twarren@nvidia.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      Acked-by: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
      [agust: also fixed cm_t35 board while rebasing]
      Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
      46d1d5dd
  2. Mar 20, 2013
  3. Mar 19, 2013
  4. Mar 18, 2013
  5. Mar 16, 2013
Loading