summaryrefslogtreecommitdiff
path: root/configs/bananapi_m64_defconfig
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2022-12-08 20:38:54 +0000
committerAndre Przywara <andre.przywara@arm.com>2023-04-12 00:17:22 +0100
commit5fc892e83f34a0b082ff46d3cc411d6813c1f726 (patch)
tree1bd76a87d0e61ac9d7012caa9f13c312fc4be772 /configs/bananapi_m64_defconfig
parent0a137ac5015933bf38ea2700abe70602ef63bbdd (diff)
downloadu-boot-5fc892e83f34a0b082ff46d3cc411d6813c1f726.tar.gz
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/bananapi_m64_defconfig')
-rw-r--r--configs/bananapi_m64_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/bananapi_m64_defconfig b/configs/bananapi_m64_defconfig
index 99dc2f7d20..d957071cb1 100644
--- a/configs/bananapi_m64_defconfig
+++ b/configs/bananapi_m64_defconfig
@@ -3,7 +3,6 @@ CONFIG_ARCH_SUNXI=y
CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-bananapi-m64"
CONFIG_SPL=y
CONFIG_MACH_SUN50I=y
-CONFIG_RESERVE_ALLWINNER_BOOT0_HEADER=y
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SUPPORT_EMMC_BOOT=y