diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2018-08-05 23:51:31 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-13 14:04:04 -0400 |
commit | fe50a13b2f989b7b67ed9bf9f7595754f6d264e3 (patch) | |
tree | 77b206d3c1d741591e0fd6b01a2b8d0508774254 /include/configs/omap3_evm.h | |
parent | 46703cd9f383ea4175d1f231651f9edcfa51a423 (diff) |
ARM: omap3: evm: Enable CONFIG_BLK and misc. cleanup
This commit enables CONFIG_BLK and removes USB_STORAGE which is awaiting
proper implementation for current U-Boot interfaces. Additionally the
console selection is now handled by Kconfig and no longer needs to be in
the config header. CONFIG_SYS_MALLOC_F_LEN=0x2000 was added to sync with
other boards. CONFIG_SPL_BLK and CONFIG_SPL_DM_MMC are disabled because
they currently do not allow the OMAP3-EVM (OMAP34XX) to actually boot.
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'include/configs/omap3_evm.h')
-rw-r--r-- | include/configs/omap3_evm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 34418309cb..6e5c3005ce 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -33,9 +33,6 @@ #define CONFIG_INITRD_TAG #define CONFIG_REVISION_TAG -/* Override OMAP3 serial console configuration */ -#define CONFIG_SYS_NS16550_COM1 OMAP34XX_UART1 - /* NAND */ #if defined(CONFIG_NAND) #define CONFIG_SYS_FLASH_BASE NAND_BASE |