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/cyrus.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/cyrus.h') diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 3da91e80c8..1909e1b18e 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -41,10 +41,6 @@ #define CONFIG_SYS_MMC_MAX_DEVICE 1 -#ifndef CONFIG_SYS_TEXT_BASE -#define CONFIG_SYS_TEXT_BASE 0xeff40000 -#endif - #define CONFIG_SYS_FSL_CPC /* Corenet Platform Cache */ #define CONFIG_SYS_NUM_CPC CONFIG_SYS_NUM_DDR_CTLRS #define CONFIG_PCIE1 /* PCIE controller 1 */ -- cgit v1.2.3