diff options
author | Tom Rini <trini@konsulko.com> | 2016-06-13 16:45:14 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-17 16:34:49 +0300 |
commit | 7802ce910ba17a962d90b60b5e998e40d5a08067 (patch) | |
tree | 5cca3c51f6420d202d36d363b28603b3a57af1d3 /configs/hikey_defconfig | |
parent | 5e4e87418e0f0e62854fe6c38736e2ee771ec3a7 (diff) | |
download | u-boot-7802ce910ba17a962d90b60b5e998e40d5a08067.tar.xz |
configs: Re-sync BOOTDELAY changes
With updated moveconfig.py and an better default, re-generate
the migration of BOOTDELAY to the defconfig.
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/hikey_defconfig')
-rw-r--r-- | configs/hikey_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/hikey_defconfig b/configs/hikey_defconfig index ba0a37ebe2..d150dd3bcd 100644 --- a/configs/hikey_defconfig +++ b/configs/hikey_defconfig @@ -1,6 +1,5 @@ CONFIG_ARM=y CONFIG_SYS_MALLOC_F_LEN=0x2000 -CONFIG_DEFAULT_DEVICE_TREE="hi6220-hikey" CONFIG_HUSH_PARSER=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_MMC=y @@ -14,3 +13,5 @@ CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y +CONFIG_OF_LIBFDT=y +CONFIG_DEFAULT_DEVICE_TREE="hi6220-hikey" |