summaryrefslogtreecommitdiff
path: root/configs/hikey_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-07-27 01:48:00 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-31 15:22:56 (GMT)
commit43ba3c59cb6835f96fe32960cca9ef1406d0a626 (patch)
treedc7353339835c1f67b5b79c4aad0f40e7e6a607e /configs/hikey_defconfig
parent3158eebd21f8c55b4d5a82161e0de805ae8f6f9c (diff)
downloadu-boot-43ba3c59cb6835f96fe32960cca9ef1406d0a626.tar.xz
env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig
We rename the various FAT_ENV_xxx options to CONFIG_ENV_FAT_xxx so that they can be modified via Kconfig. Migrate all existing users to the new values. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/hikey_defconfig')
-rw-r--r--configs/hikey_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/hikey_defconfig b/configs/hikey_defconfig
index 6df04de..be6ff3d 100644
--- a/configs/hikey_defconfig
+++ b/configs/hikey_defconfig
@@ -4,6 +4,8 @@ CONFIG_IDENT_STRING="hikey"
CONFIG_DEFAULT_DEVICE_TREE="hi6220-hikey"
CONFIG_DISTRO_DEFAULTS=y
CONFIG_ENV_IS_IN_FAT=y
+CONFIG_ENV_FAT_INTERFACE="mmc"
+CONFIG_ENV_FAT_DEVICE_AND_PART="1:1"
# CONFIG_DISPLAY_CPUINFO is not set
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_BOARD_EARLY_INIT_F=y
@@ -18,5 +20,4 @@ CONFIG_MMC_DW_K3=y
CONFIG_USB=y
CONFIG_USB_DWC2=y
CONFIG_USB_STORAGE=y
-CONFIG_FAT_WRITE=y
CONFIG_OF_LIBFDT_OVERLAY=y