diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 |
commit | d6e9ee92e890f67594ab150689510df361133ead (patch) | |
tree | d76987f91295c1e4585130f6d2f43b28fae6fa94 /common/lcd.c | |
parent | f5acb9fd9bba1160de3ef349c7d33fe510eda286 (diff) | |
download | u-boot-imx-d6e9ee92e890f67594ab150689510df361133ead.zip u-boot-imx-d6e9ee92e890f67594ab150689510df361133ead.tar.gz u-boot-imx-d6e9ee92e890f67594ab150689510df361133ead.tar.bz2 |
common: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/lcd.c')
-rw-r--r-- | common/lcd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/lcd.c b/common/lcd.c index 8d770f3..25f8664 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -55,8 +55,6 @@ #include <nand.h> #endif -#ifdef CONFIG_LCD - /************************************************************************/ /* ** FONT DATA */ /************************************************************************/ @@ -867,5 +865,3 @@ static void *lcd_logo (void) /************************************************************************/ /************************************************************************/ - -#endif /* CONFIG_LCD */ |