diff options
author | Derald D. Woods <woods.technical@gmail.com> | 2017-12-27 09:40:16 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-01 09:04:19 -0500 |
commit | c2900f595ef0fe83e2ece21981df8ea8961ac162 (patch) | |
tree | 5262f07873cc69f9a302d1cced99562b0bb125fd /include/configs | |
parent | d9be183b4c1a90649bb065f55754515abc96d51c (diff) | |
download | u-boot-c2900f595ef0fe83e2ece21981df8ea8961ac162.zip u-boot-c2900f595ef0fe83e2ece21981df8ea8961ac162.tar.gz u-boot-c2900f595ef0fe83e2ece21981df8ea8961ac162.tar.bz2 |
ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}
This commit updates the configuration files needed to support OF_CONTROL
on the OMAP3 EVM baseboard.
Additionally:
- CONFIG_SYS_THUMB_BUILD is enabled
- CONFIG_SPL_ENV_SUPPORT is enabled
Tested using GCC 7.2.0 [--with-float=hard --with-mode=thumb].
Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_evm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 89159a3..d95ccdf 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -42,8 +42,6 @@ #define CONFIG_SYS_NS16550_COM1 OMAP34XX_UART1 #if defined(CONFIG_SPL_BUILD) #undef CONFIG_SYS_NS16550_REG_SIZE -#else /* !CONFIG_SPL_BUILD */ -#define CONFIG_SYS_NS16550_REG_SIZE (-1) #endif /* CONFIG_SPL_BUILD */ /* NAND */ @@ -86,8 +84,6 @@ /* Environment */ #define CONFIG_PREBOOT "usb start" -#if !defined(CONFIG_SPL_BUILD) - #include <config_distro_defaults.h> #define MEM_LAYOUT_ENV_SETTINGS \ @@ -182,6 +178,4 @@ "bootm ${loadaddr} - ${fdtaddr}\0" \ BOOTENV -#endif /* !CONFIG_SPL_BUILD */ - #endif /* __CONFIG_H */ |