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/sama5d3xek.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/sama5d3xek.h') diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 7a50069..67640f4 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -80,6 +80,5 @@ #ifdef CONFIG_SD_BOOT #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" #endif -#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x40000 #endif -- cgit v1.1