Commit 60e6bdcc948f99e6b24d198c1b9136b0cb4e376b

Authored by Nikita Kiryanov
Committed by Tom Rini
1 parent c088048533

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 <nikita@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/cm_t35.h
... ... @@ -331,6 +331,8 @@
331 331 #define STATUS_LED_BOOT STATUS_LED_BIT
332 332 #define GREEN_LED_GPIO 186 /* CM-T35 Green LED is GPIO186 */
333 333  
  334 +#define CONFIG_SPLASHIMAGE_GUARD
  335 +
334 336 /* GPIO banks */
335 337 #ifdef CONFIG_STATUS_LED
336 338 #define CONFIG_OMAP3_GPIO_6 /* GPIO186 is in GPIO bank 6 */