diff options
author | Simon Glass | 2017-07-23 21:19:47 -0600 |
---|---|---|
committer | Tom Rini | 2017-07-25 21:34:15 -0400 |
commit | b31e065f8999d2dc70f3deb430c9b66a5d0d02ea (patch) | |
tree | 371afa81d57c104e7e6f2ba87468f613f9d6461f /configs/axs103_defconfig | |
parent | 337cd3f211223719a173a89e4527475ac22e8a01 (diff) |
Convert CONFIG_ENV_IS_IN_FAT to Kconfig
This converts the following to Kconfig:
CONFIG_ENV_IS_IN_FAT
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/axs103_defconfig')
-rw-r--r-- | configs/axs103_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index add24cfe229..ff0bf19303d 100644 --- a/configs/axs103_defconfig +++ b/configs/axs103_defconfig @@ -3,6 +3,7 @@ CONFIG_ISA_ARCV2=y CONFIG_SYS_TEXT_BASE=0x81000000 CONFIG_SYS_CLK_FREQ=100000000 CONFIG_DEFAULT_DEVICE_TREE="axs103" +CONFIG_ENV_IS_IN_FAT=y CONFIG_BOOTDELAY=3 CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SYS_PROMPT="AXS# " |