diff --git a/projects/Allwinner/devices/H3/patches/u-boot/0007-sunxi-psci-Add-support-for-H3-CPU-0-hotplug.patch b/projects/Allwinner/devices/H3/patches/u-boot/0007-sunxi-psci-Add-support-for-H3-CPU-0-hotplug.patch index 4b5b457110..154a616cb5 100644 --- a/projects/Allwinner/devices/H3/patches/u-boot/0007-sunxi-psci-Add-support-for-H3-CPU-0-hotplug.patch +++ b/projects/Allwinner/devices/H3/patches/u-boot/0007-sunxi-psci-Add-support-for-H3-CPU-0-hotplug.patch @@ -174,13 +174,13 @@ index ad1f97632979..a2c74da81aa9 100644 #ifdef SCP_ADDR "scp", #endif -diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h +diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 563635636624..2f0d69bdfce2 100644 ---- a/include/configs/sun8i.h -+++ b/include/configs/sun8i.h -@@ -14,6 +14,12 @@ - +--- a/include/configs/sunxi-common.h ++++ b/include/configs/sunxi-common.h +@@ -15,6 +15,12 @@ #include + #include +#ifdef SUNXI_SRAM_A2_SIZE +#define SUNXI_RESUME_BASE (CONFIG_ARMV7_SECURE_BASE + \ @@ -188,9 +188,9 @@ index 563635636624..2f0d69bdfce2 100644 +#define SUNXI_RESUME_SIZE 1024 +#endif + - /* - * Include common sunxi configuration where most the settings are - */ + /* Serial & console */ + #define CONFIG_SYS_NS16550_SERIAL + /* ns16550 reg in the low bits of cpu reg */ -- 2.33.0 diff --git a/projects/Allwinner/devices/H3/patches/u-boot/0010-sunxi-Enable-support-for-SCP-firmware-on-H3.patch b/projects/Allwinner/devices/H3/patches/u-boot/0010-sunxi-Enable-support-for-SCP-firmware-on-H3.patch index 6d360d9bc7..6c90b79842 100644 --- a/projects/Allwinner/devices/H3/patches/u-boot/0010-sunxi-Enable-support-for-SCP-firmware-on-H3.patch +++ b/projects/Allwinner/devices/H3/patches/u-boot/0010-sunxi-Enable-support-for-SCP-firmware-on-H3.patch @@ -53,10 +53,10 @@ index 2b7d655678d0..a25cd11f1124 100644 return 0; } -diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h +diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 2f0d69bdfce2..fda5b235a3e0 100644 ---- a/include/configs/sun8i.h -+++ b/include/configs/sun8i.h +--- a/include/configs/sunxi-common.h ++++ b/include/configs/sunxi-common.h @@ -26,6 +26,9 @@ #define SUNXI_RESUME_BASE (CONFIG_ARMV7_SECURE_BASE + \ CONFIG_ARMV7_SECURE_MAX_SIZE)