diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2013-01-22 10:44:09 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2013-03-21 09:17:39 +0100 |
commit | 59155f4c502ff1045a702d3fda79a17aeda63240 (patch) | |
tree | c5a8e1929c3ff5d69a02215dcdb1b12f41734273 /include/configs/TQM823M.h | |
parent | fc69eb02ce720bdfbdbed27b1dd836116123705e (diff) |
lcd, mpc8xx: move the mpc8xx driver to drivers/video
Since the lcd code was compiled unconditionally in arch also
add CONFIG_MPC8XX_LCD to the boards using this driver.
cc: Anatolij Gustschin <agust@denx.de>
cc: Wolfgang Denk <wd@denx.de>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'include/configs/TQM823M.h')
-rw-r--r-- | include/configs/TQM823M.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/TQM823M.h b/include/configs/TQM823M.h index 932f158b2c5..b2d1af0dd1f 100644 --- a/include/configs/TQM823M.h +++ b/include/configs/TQM823M.h @@ -39,6 +39,7 @@ #define CONFIG_SYS_TEXT_BASE 0x40000000 #ifdef CONFIG_LCD /* with LCD controller ? */ +#define CONFIG_MPC8XX_LCD /* #define CONFIG_NEC_NL6448BC20 1 / * use NEC NL6448BC20 display */ #endif |