From b31e065f8999d2dc70f3deb430c9b66a5d0d02ea Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 23 Jul 2017 21:19:47 -0600 Subject: Convert CONFIG_ENV_IS_IN_FAT to Kconfig This converts the following to Kconfig: CONFIG_ENV_IS_IN_FAT Signed-off-by: Simon Glass --- configs/axs103_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/axs103_defconfig') diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index add24cfe22..ff0bf19303 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# " -- cgit v1.2.3