From: Nikita Kiryanov Date: Sun, 24 Feb 2013 06:19:23 +0000 (+0000) Subject: cm_t35: prevent splashimage from being set to a bad value X-Git-Tag: v2013.04-rc2~24^2~29 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=60e6bdcc948f99e6b24d198c1b9136b0cb4e376b;p=u-boot cm_t35: prevent splashimage from being set to a bad value Define CONFIG_SPLASHIMAGE_GUARD to prevent splashimage from being set to a value that will cause U-Boot to hang while displaying a splash screen. Signed-off-by: Nikita Kiryanov Acked-by: Igor Grinberg --- diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index e6aef7b595..8d79ffd48a 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -331,6 +331,8 @@ #define STATUS_LED_BOOT STATUS_LED_BIT #define GREEN_LED_GPIO 186 /* CM-T35 Green LED is GPIO186 */ +#define CONFIG_SPLASHIMAGE_GUARD + /* GPIO banks */ #ifdef CONFIG_STATUS_LED #define CONFIG_OMAP3_GPIO_6 /* GPIO186 is in GPIO bank 6 */