diff options
author | Adam Ford <aford173@gmail.com> | 2019-02-14 14:06:35 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-19 08:55:43 -0500 |
commit | 1c6b6f383a411a8d3ad3b80970a4be19377f3a85 (patch) | |
tree | a73a5e9eb8e3454af0fdaab0cbf13fdb7d683429 /configs/am3517_evm_defconfig | |
parent | 591353d011b5ff6dbc8511b7a839cddf5b610495 (diff) | |
download | u-boot-1c6b6f383a411a8d3ad3b80970a4be19377f3a85.tar.gz |
ARM: am3517_evm: Enable Falcon Mode
The other OMAP3 based Logic PD boards have Falcon Mode enabled,
so this patch makes it possible on the AM3517-evm as well.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/am3517_evm_defconfig')
-rw-r--r-- | configs/am3517_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig index 7a74e9e90d..9ba518f3d2 100644 --- a/configs/am3517_evm_defconfig +++ b/configs/am3517_evm_defconfig @@ -15,6 +15,7 @@ CONFIG_VERSION_VARIABLE=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y # CONFIG_SPL_FS_EXT4 is not set CONFIG_SPL_MTD_SUPPORT=y +CONFIG_SPL_OS_BOOT=y CONFIG_SYS_PROMPT="AM3517_EVM # " # CONFIG_CMD_IMI is not set CONFIG_CMD_SPL=y |