From 6600b355c71e80c99d8edb8603dd5e3df8ed4db8 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 27 May 2022 10:19:45 -0400 Subject: Convert CONFIG_SPL_BSS_START_ADDR to Kconfig This converts the following to Kconfig: CONFIG_SPL_BSS_START_ADDR Signed-off-by: Tom Rini --- include/configs/helios4.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/helios4.h') diff --git a/include/configs/helios4.h b/include/configs/helios4.h index 86d441b11b..90a631c376 100644 --- a/include/configs/helios4.h +++ b/include/configs/helios4.h @@ -45,8 +45,6 @@ /* Defines for SPL */ #define CONFIG_SPL_SIZE (140 << 10) -#define CONFIG_SPL_BSS_START_ADDR (0x40000000 + CONFIG_SPL_SIZE) - #if defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC) || defined(CONFIG_MVEBU_SPL_BOOT_DEVICE_SATA) /* SPL related MMC defines */ #ifdef CONFIG_SPL_BUILD -- cgit v1.2.3