diff options
Diffstat (limited to 'include/configs/medcom-wide.h')
-rw-r--r-- | include/configs/medcom-wide.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/medcom-wide.h b/include/configs/medcom-wide.h index e852e315..bae4ba0 100644 --- a/include/configs/medcom-wide.h +++ b/include/configs/medcom-wide.h @@ -42,6 +42,7 @@ #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_LATE_INIT #define CONFIG_ENV_IS_NOWHERE @@ -77,6 +78,13 @@ "ext2load mmc 0 0x17000000 /boot/uImage;" \ "bootm" +/* LCD support */ +#define CONFIG_LCD +#define CONFIG_PWM_TEGRA +#define CONFIG_VIDEO_TEGRA +#define LCD_BPP LCD_COLOR16 +#define CONFIG_SYS_WHITE_ON_BLACK + #include "tegra-common-post.h" #endif /* __CONFIG_H */ |