diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-01-11 18:17:33 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-01-11 18:17:33 +0100 |
commit | 59ee45ee91cc91b392a8e2684bfcb8c933ce4967 (patch) | |
tree | 120150545e45a778e613171cdb75a5d1609e8781 /include | |
parent | 80e409508b9bba8c372cdd44565a3d472b10e904 (diff) | |
parent | 039cbaefcf57338cc9b6a3c656db64e7907838db (diff) | |
download | u-boot-imx-59ee45ee91cc91b392a8e2684bfcb8c933ce4967.zip u-boot-imx-59ee45ee91cc91b392a8e2684bfcb8c933ce4967.tar.gz u-boot-imx-59ee45ee91cc91b392a8e2684bfcb8c933ce4967.tar.bz2 |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/igep00x0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index 43dd06e..f8131b1 100644 --- a/include/configs/igep00x0.h +++ b/include/configs/igep00x0.h @@ -67,6 +67,9 @@ #define CONFIG_SYS_NS16550_REG_SIZE (-4) #define CONFIG_SYS_NS16550_CLK V_NS16550_CLK +/* define to avoid U-Boot to hang while waiting for TEMT */ +#define CONFIG_SYS_NS16550_BROKEN_TEMT + /* select serial console configuration */ #define CONFIG_CONS_INDEX 3 #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3 @@ -312,6 +315,7 @@ #define CONFIG_SYS_MMC_SD_FAT_BOOT_PARTITION 1 #define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot.img" +#define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_LIBCOMMON_SUPPORT #define CONFIG_SPL_LIBDISK_SUPPORT #define CONFIG_SPL_I2C_SUPPORT |