diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-08 07:26:51 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-08 07:26:51 -0500 |
commit | 3f2d4bf462825c106ef7a06a16ec8d5c07ef8949 (patch) | |
tree | 888249df042361929005b06649f09c3896d6e8db /configs/omap3_logic_defconfig | |
parent | 0be2ecd4861faa410491170e205488f9ee82a227 (diff) | |
parent | 72077fe160068d2e3d848ca5464d5cbef244eca0 (diff) |
Merge branch '2019-11-07-ti-imports'
- LogicPD platform fixes
- Adaptive Voltage Scaling (AVS) support
- Minor bugfixes
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 81b57a8f7a..51547e7149 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -4,6 +4,7 @@ CONFIG_ARM=y CONFIG_ARCH_OMAP2PLUS=y CONFIG_SYS_TEXT_BASE=0x80100000 CONFIG_TI_COMMON_CMD_OPTIONS=y +# CONFIG_SPL_GPIO_SUPPORT is not set CONFIG_SYS_MALLOC_F_LEN=0x4000 CONFIG_TARGET_OMAP3_LOGIC=y # CONFIG_SPL_OMAP3_ID_NAND is not set |