Hi All, This is just a gentle ping. Any comments/review are appreciated. Is this patch able to be merged?
On Wed, 2026-04-15 at 15:34 +0800, Weijie Gao wrote: > This patch introduces spl_nand_get_uboot_raw_page_redund() to wrap > the > CONFIG_SYS_NAND_U_BOOT_OFFS_REDUND macro, similar as what > spl_nand_get_uboot_raw_page() has already done. > > The spl_nand_get_uboot_raw_page_redund() is defined to return int to > allow > disabling loading redundant u-boot by returning a negative value. > By default if CONFIG_SYS_NAND_U_BOOT_OFFS_REDUND equals > CONFIG_SYS_NAND_U_BOOT_OFFS, spl_nand_get_uboot_raw_page_redund() > will > return -1. > > This patch also replaces all references to > CONFIG_SYS_NAND_U_BOOT_OFFS and > CONFIG_SYS_NAND_U_BOOT_OFFS_REDUND with the return value of the two > functions mentioned above. > > Signed-off-by: Weijie Gao <[email protected]> > --- > common/spl/spl_nand.c | 40 +++++++++++++++++++++++++++------------- > 1 file changed, 27 insertions(+), 13 deletions(-) > Best Regards, Weijie
