aboutsummaryrefslogtreecommitdiff
path: root/configs/pine64_plus_defconfig
diff options
context:
space:
mode:
authorAndre Przywara2022-12-08 20:38:54 +0000
committerAndre Przywara2023-04-12 00:17:22 +0100
commit5fc892e83f34a0b082ff46d3cc411d6813c1f726 (patch)
tree1bd76a87d0e61ac9d7012caa9f13c312fc4be772 /configs/pine64_plus_defconfig
parent0a137ac5015933bf38ea2700abe70602ef63bbdd (diff)
sunxi: A64: drop boot0 header reservation
In the early days of the Allwinner A64 U-Boot support, we relied on a vendor provided "boot0" binary to perform the DRAM initialisation. This replaced the SPL, and required to equip the U-Boot (proper) binary with a vendor specific header to be recognised as a valid boot0 payload. Fortunately these days are long gone (we gained SPL and DRAM support in early 2017!), and we never needed to use that hack on any later 64-bit Allwinner SoC. Since this is highly obsolete by now, remove that option from the defconfigs of all A64 boards. We leave the code still in here for now, since some people expressed their interest in this. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Diffstat (limited to 'configs/pine64_plus_defconfig')
-rw-r--r--configs/pine64_plus_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig
index f42f4e5923a..08c13b58a1e 100644
--- a/configs/pine64_plus_defconfig
+++ b/configs/pine64_plus_defconfig
@@ -3,7 +3,6 @@ CONFIG_ARCH_SUNXI=y
CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-plus"
CONFIG_SPL=y
CONFIG_MACH_SUN50I=y
-CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y
CONFIG_PINE64_DT_SELECTION=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_OF_LIST="sun50i-a64-pine64 sun50i-a64-pine64-plus"