diff options
Diffstat (limited to 'include/configs/adp-ag101p.h')
-rw-r--r-- | include/configs/adp-ag101p.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index f83659373e..12808b4f1b 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -30,17 +30,10 @@ #endif #ifdef CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_SYS_TEXT_BASE 0x00500000 #ifdef CONFIG_OF_CONTROL #undef CONFIG_OF_SEPARATE #define CONFIG_OF_EMBED #endif -#else -#ifdef CONFIG_MEM_REMAP -#define CONFIG_SYS_TEXT_BASE 0x80000000 -#else -#define CONFIG_SYS_TEXT_BASE 0x00000000 -#endif #endif /* |