From bee7f2be62bca8562f740767745a4ef8f799dcf8 Mon Sep 17 00:00:00 2001 From: Jernej Skrabec Date: Mon, 12 Aug 2019 14:12:41 +0200 Subject: [PATCH] Allwinner: Fix errors in U-Boot patches --- .../devices/H6/patches/u-boot/002-orange-pi-3-support.patch | 2 +- .../001-sun8i-h3-Add-support-for-the-Beelink-x2-STB.patch | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/Allwinner/devices/H6/patches/u-boot/002-orange-pi-3-support.patch b/projects/Allwinner/devices/H6/patches/u-boot/002-orange-pi-3-support.patch index 2e9eb9518d..86093d396a 100644 --- a/projects/Allwinner/devices/H6/patches/u-boot/002-orange-pi-3-support.patch +++ b/projects/Allwinner/devices/H6/patches/u-boot/002-orange-pi-3-support.patch @@ -348,7 +348,7 @@ new file mode 100644 index 0000000000..9a9cd28142 --- /dev/null +++ b/configs/orangepi_3_defconfig -@@ -0,0 +1,13 @@ +@@ -0,0 +1,14 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_SPL=y diff --git a/projects/Allwinner/patches/u-boot/001-sun8i-h3-Add-support-for-the-Beelink-x2-STB.patch b/projects/Allwinner/patches/u-boot/001-sun8i-h3-Add-support-for-the-Beelink-x2-STB.patch index bcd30193cd..621e38599a 100644 --- a/projects/Allwinner/patches/u-boot/001-sun8i-h3-Add-support-for-the-Beelink-x2-STB.patch +++ b/projects/Allwinner/patches/u-boot/001-sun8i-h3-Add-support-for-the-Beelink-x2-STB.patch @@ -258,7 +258,7 @@ new file mode 100644 index 0000000000..6508e470a0 --- /dev/null +++ b/configs/beelink_x2_defconfig -@@ -0,0 +1,17 @@ +@@ -0,0 +1,18 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_SPL=y @@ -269,6 +269,7 @@ index 0000000000..6508e470a0 +CONFIG_MMC_SUNXI_SLOT_EXTRA=2 +CONFIG_NR_DRAM_BANKS=1 +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set ++CONFIG_SPL_TEXT_BASE=0x60 +# CONFIG_CMD_FLASH is not set +# CONFIG_SPL_DOS_PARTITION is not set +# CONFIG_SPL_EFI_PARTITION is not set