From 3536a490c2ce650915f6246060524b426b916ab0 Mon Sep 17 00:00:00 2001 From: hmz007 Date: Mon, 1 Sep 2025 14:33:08 +0800 Subject: [PATCH] [u-boot] configs: enable spl relocate for nanopi5/6 Signed-off-by: hmz007 --- u-boot/configs/nanopi5_ab_defconfig | 1 + u-boot/configs/nanopi5_defconfig | 1 + u-boot/configs/nanopi6_ab_defconfig | 1 + u-boot/configs/nanopi6_defconfig | 1 + u-boot/configs/nanopi_m5_ab_defconfig | 1 + u-boot/configs/nanopi_m5_defconfig | 1 + u-boot/configs/nanopi_r3_ab_defconfig | 1 + u-boot/configs/nanopi_r3_defconfig | 1 + u-boot/configs/nanopi_zero2_defconfig | 1 + 9 files changed, 9 insertions(+) diff --git a/u-boot/configs/nanopi5_ab_defconfig b/u-boot/configs/nanopi5_ab_defconfig index 66813f2f40d..c42c42e0ba1 100644 --- a/u-boot/configs/nanopi5_ab_defconfig +++ b/u-boot/configs/nanopi5_ab_defconfig @@ -37,6 +37,7 @@ CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_SEPARATE_BSS=y +# CONFIG_SPL_SKIP_RELOCATE is not set CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SPL_SHA256_SUPPORT=y CONFIG_SPL_CRYPTO_SUPPORT=y diff --git a/u-boot/configs/nanopi5_defconfig b/u-boot/configs/nanopi5_defconfig index 7233417d3c1..c49eb682105 100644 --- a/u-boot/configs/nanopi5_defconfig +++ b/u-boot/configs/nanopi5_defconfig @@ -36,6 +36,7 @@ CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_SEPARATE_BSS=y +# CONFIG_SPL_SKIP_RELOCATE is not set CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SPL_SHA256_SUPPORT=y CONFIG_SPL_CRYPTO_SUPPORT=y diff --git a/u-boot/configs/nanopi6_ab_defconfig b/u-boot/configs/nanopi6_ab_defconfig index 19ba4113600..802f57e1315 100644 --- a/u-boot/configs/nanopi6_ab_defconfig +++ b/u-boot/configs/nanopi6_ab_defconfig @@ -42,6 +42,7 @@ CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_SEPARATE_BSS=y +# CONFIG_SPL_SKIP_RELOCATE is not set CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION=0x1 CONFIG_SPL_I2C_SUPPORT=y diff --git a/u-boot/configs/nanopi6_defconfig b/u-boot/configs/nanopi6_defconfig index 5204eb4e5be..0007757b808 100644 --- a/u-boot/configs/nanopi6_defconfig +++ b/u-boot/configs/nanopi6_defconfig @@ -41,6 +41,7 @@ CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_SEPARATE_BSS=y +# CONFIG_SPL_SKIP_RELOCATE is not set CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION=0x1 CONFIG_SPL_I2C_SUPPORT=y diff --git a/u-boot/configs/nanopi_m5_ab_defconfig b/u-boot/configs/nanopi_m5_ab_defconfig index 83744db17d7..379cc535046 100644 --- a/u-boot/configs/nanopi_m5_ab_defconfig +++ b/u-boot/configs/nanopi_m5_ab_defconfig @@ -41,6 +41,7 @@ CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_SEPARATE_BSS=y +# CONFIG_SPL_SKIP_RELOCATE is not set CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION=0x1 CONFIG_SPL_I2C_SUPPORT=y diff --git a/u-boot/configs/nanopi_m5_defconfig b/u-boot/configs/nanopi_m5_defconfig index 7fe6050579e..ff0798a357a 100644 --- a/u-boot/configs/nanopi_m5_defconfig +++ b/u-boot/configs/nanopi_m5_defconfig @@ -40,6 +40,7 @@ CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_SEPARATE_BSS=y +# CONFIG_SPL_SKIP_RELOCATE is not set CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION=0x1 CONFIG_SPL_I2C_SUPPORT=y diff --git a/u-boot/configs/nanopi_r3_ab_defconfig b/u-boot/configs/nanopi_r3_ab_defconfig index 1e81347198d..d34edeb8c31 100644 --- a/u-boot/configs/nanopi_r3_ab_defconfig +++ b/u-boot/configs/nanopi_r3_ab_defconfig @@ -39,6 +39,7 @@ CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_SEPARATE_BSS=y +# CONFIG_SPL_SKIP_RELOCATE is not set CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SPL_SHA256_SUPPORT=y CONFIG_SPL_CRYPTO_SUPPORT=y diff --git a/u-boot/configs/nanopi_r3_defconfig b/u-boot/configs/nanopi_r3_defconfig index 1a80a80ab60..91164ac9444 100644 --- a/u-boot/configs/nanopi_r3_defconfig +++ b/u-boot/configs/nanopi_r3_defconfig @@ -38,6 +38,7 @@ CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_SEPARATE_BSS=y +# CONFIG_SPL_SKIP_RELOCATE is not set CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SPL_SHA256_SUPPORT=y CONFIG_SPL_CRYPTO_SUPPORT=y diff --git a/u-boot/configs/nanopi_zero2_defconfig b/u-boot/configs/nanopi_zero2_defconfig index ac275ba931d..eefe048272b 100644 --- a/u-boot/configs/nanopi_zero2_defconfig +++ b/u-boot/configs/nanopi_zero2_defconfig @@ -38,6 +38,7 @@ CONFIG_SPL_BOARD_INIT=y # CONFIG_SPL_RAW_IMAGE_SUPPORT is not set # CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set CONFIG_SPL_SEPARATE_BSS=y +# CONFIG_SPL_SKIP_RELOCATE is not set CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y CONFIG_SPL_SHA256_SUPPORT=y CONFIG_SPL_CRYPTO_SUPPORT=y