From 871fd508fccc58fd0d249841c918b99121d03d8c Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 22 Sep 2021 14:50:38 -0400 Subject: Convert CONFIG_SYS_NAND_U_BOOT_LOCATIONS et al to Kconfig This converts the following to Kconfig: CONFIG_SYS_NAND_U_BOOT_LOCATIONS CONFIG_SYS_NAND_U_BOOT_OFFS Signed-off-by: Tom Rini --- include/configs/pm9g45.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/pm9g45.h') diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index 6f4bae31cd4..3d039b60a86 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -83,7 +83,6 @@ #elif CONFIG_NAND_BOOT #define CONFIG_SPL_NAND_SOFTECC -#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x40000 #define CONFIG_SYS_NAND_U_BOOT_SIZE 0x80000 #define CONFIG_SYS_NAND_ECCSIZE 256 -- cgit v1.2.3