diff options
author | Michal Simek <monstr@monstr.eu> | 2008-07-14 19:45:45 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-08-18 23:36:17 +0200 |
commit | eb59ea45ab77c14b090ea857d9ea9f902f40db0b (patch) | |
tree | f63974b0adaec90130a4fafdaf484da5af3795e0 /drivers/video/sed156x.c | |
parent | 871c18dd301752270e1f74328c846c3104be1e2e (diff) | |
download | u-boot-imx-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.zip u-boot-imx-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.tar.gz u-boot-imx-eb59ea45ab77c14b090ea857d9ea9f902f40db0b.tar.bz2 |
video: Clean drivers/video/Makefile
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/video/sed156x.c')
-rw-r--r-- | drivers/video/sed156x.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/sed156x.c b/drivers/video/sed156x.c index e9d5ed4..707250d 100644 --- a/drivers/video/sed156x.c +++ b/drivers/video/sed156x.c @@ -28,8 +28,6 @@ #include <sed156x.h> -#ifdef CONFIG_SED156X - /* configure according to the selected display */ #if defined(CONFIG_SED156X_PG12864Q) #define LCD_WIDTH 128 @@ -562,5 +560,3 @@ void sed156x_init(void) sed156x_sync(); sed156x_cmd_transfer(LCD_ON); /* Turn display ON */ } - -#endif /* CONFIG_SED156X */ |