|
@@ -67,6 +67,9 @@
|
|
#define CONFIG_SYS_NS16550_REG_SIZE (-4)
|
|
#define CONFIG_SYS_NS16550_REG_SIZE (-4)
|
|
#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
|
|
#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 */
|
|
/* select serial console configuration */
|
|
#define CONFIG_CONS_INDEX 3
|
|
#define CONFIG_CONS_INDEX 3
|
|
#define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3
|
|
#define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3
|
|
@@ -312,6 +315,7 @@
|
|
#define CONFIG_SYS_MMC_SD_FAT_BOOT_PARTITION 1
|
|
#define CONFIG_SYS_MMC_SD_FAT_BOOT_PARTITION 1
|
|
#define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot.img"
|
|
#define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot.img"
|
|
|
|
|
|
|
|
+#define CONFIG_SPL_BOARD_INIT
|
|
#define CONFIG_SPL_LIBCOMMON_SUPPORT
|
|
#define CONFIG_SPL_LIBCOMMON_SUPPORT
|
|
#define CONFIG_SPL_LIBDISK_SUPPORT
|
|
#define CONFIG_SPL_LIBDISK_SUPPORT
|
|
#define CONFIG_SPL_I2C_SUPPORT
|
|
#define CONFIG_SPL_I2C_SUPPORT
|