From: Vladimir Zapolskiy Date: Mon, 17 Sep 2018 18:56:37 +0000 (+0300) Subject: work_92105: remove unused CONFIG_SPL_NAND_BOOT configuration option X-Git-Tag: v2025.01-rc5-pxa1908~3355 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=578f76cfda5d00d406c115358c90cd4f51750bac;p=u-boot.git work_92105: remove unused CONFIG_SPL_NAND_BOOT configuration option The option is unused, SPL image gets a wanted boot device by standard spl_boot_device() call. Signed-off-by: Vladimir Zapolskiy --- diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index 471b3f4861..67b5e9aa11 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -146,7 +146,6 @@ /* SPL will load U-Boot from NAND offset 0x40000 */ #define CONFIG_SPL_NAND_DRIVERS #define CONFIG_SPL_NAND_BASE -#define CONFIG_SPL_NAND_BOOT #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x00040000 #define CONFIG_SPL_PAD_TO 0x20000 /* U-Boot will be 0x40000 bytes, loaded and run at CONFIG_SYS_TEXT_BASE */