diff options
author | Andre Przywara <andre.przywara@arm.com> | 2017-01-02 11:48:35 (GMT) |
---|---|---|
committer | Jagan Teki <jagan@openedev.com> | 2017-01-04 15:37:41 (GMT) |
commit | b5402d13d4a3fe49af884ba7d5d32700af911536 (patch) | |
tree | d352b679fa0e53fc16ba559bce5df2956e7cc35a /configs/pine64_plus_defconfig | |
parent | ce62e57fc57177352a02b76dace0173bd13404b6 (diff) | |
download | u-boot-b5402d13d4a3fe49af884ba7d5d32700af911536.tar.xz |
sunxi: introduce extra config option for boot0 header
The ENABLE_ARM_SOC_BOOT0_HOOK option is a generic option shared with
other boards. To allow alternative code to be inserted, we create
another, now function specific config symbol on top of it to simplify
later additions. No functional change at this time.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jagan@openedev.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 6d0198f..ea53b96 100644 --- a/configs/pine64_plus_defconfig +++ b/configs/pine64_plus_defconfig @@ -1,5 +1,5 @@ CONFIG_ARM=y -CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y +CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN50I=y CONFIG_DRAM_CLK=672 |