diff options
author | Tom Rini <trini@konsulko.com> | 2016-06-13 13:45:14 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-17 13:34:49 (GMT) |
commit | 7802ce910ba17a962d90b60b5e998e40d5a08067 (patch) | |
tree | 5cca3c51f6420d202d36d363b28603b3a57af1d3 /configs/pine64_plus_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/pine64_plus_defconfig')
-rw-r--r-- | configs/pine64_plus_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig index 2d9c4a6..0bf79bf 100644 --- a/configs/pine64_plus_defconfig +++ b/configs/pine64_plus_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN50I=y CONFIG_DRAM_CLK=672 @@ -10,3 +9,4 @@ CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-plus" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set +CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y |