mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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>
This commit is contained in:
parent
c088048533
commit
60e6bdcc94
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue