From 278b90ce786f73faf29aa522d5d101e1da006378 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 3 Feb 2018 12:10:38 -0500 Subject: configs: Migrate CONFIG_SYS_TEXT_BASE On the NIOS2 and Xtensa architectures, we do not have CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current values into the defconfig and removing them from the headers. I did not attempt to add more default values in and for now will leave that to maintainers. Signed-off-by: Tom Rini --- include/configs/s32v234evb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/s32v234evb.h') diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index fd1527c..a897bf7 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -171,8 +171,6 @@ #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR #define CONFIG_SYS_HZ 1000 -#define CONFIG_SYS_TEXT_BASE 0x3E800000 /* SDRAM */ - #ifdef CONFIG_RUN_FROM_IRAM_ONLY #define CONFIG_SYS_MALLOC_BASE (DDR_BASE_ADDR) #endif -- cgit v1.1