diff options
author | Tom Rini <trini@konsulko.com> | 2016-09-08 16:11:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-09 09:51:28 -0400 |
commit | aca5cd27db72aa6e664dd4b517b5ed885e711b82 (patch) | |
tree | 67ecb154cc60708cc6af391412a8547f06c7e945 /configs/pine64_plus_defconfig | |
parent | 16f416661ec5ffa46b3f879a0b83907bbec13714 (diff) | |
download | u-boot-aca5cd27db72aa6e664dd4b517b5ed885e711b82.tar.gz |
configs: Resync with savedefconfig
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pine64_plus_defconfig')
-rw-r--r-- | configs/pine64_plus_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig index 5c97de1dcc..6f82190936 100644 --- a/configs/pine64_plus_defconfig +++ b/configs/pine64_plus_defconfig @@ -1,13 +1,12 @@ CONFIG_ARM=y +CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN50I=y CONFIG_DRAM_CLK=672 CONFIG_DRAM_ZQ=3881915 -# CONFIG_VIDEO is not set CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-plus" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set # 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 CONFIG_SUN8I_EMAC=y |