Patches by himba, 21 Aug 2004:

- fix some "use of label at end of compound statement" warnings
- Define type of LCD panel on lubbock board if CONFIG_LCD is used
This commit is contained in:
wdenk
2004-10-09 22:32:26 +00:00
parent 1d9f410500
commit 63cfcbb4e2
3 changed files with 257 additions and 258 deletions

View File

@@ -43,6 +43,9 @@
#define CONFIG_PXA250 1 /* This is an PXA250 CPU */
#define CONFIG_LUBBOCK 1 /* on an LUBBOCK Board */
#define CONFIG_LCD 1
#ifdef CONFIG_LCD
#define CONFIG_SHARP_LM8V31
#endif
#define CONFIG_MMC 1
#define BOARD_LATE_INIT 1