diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-03 13:58:18 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-09 16:41:20 +0300 |
commit | 836d2cc2eef58c0d42d3112725dac475d0bd553e (patch) | |
tree | 1cb1310f2256058151e9efe2b8368f67f79b5c33 /include | |
parent | a1dbe57d2d45d311e402c357831bbf5c5157a32c (diff) | |
download | u-boot-imx-836d2cc2eef58c0d42d3112725dac475d0bd553e.zip u-boot-imx-836d2cc2eef58c0d42d3112725dac475d0bd553e.tar.gz u-boot-imx-836d2cc2eef58c0d42d3112725dac475d0bd553e.tar.bz2 |
arc: move SYS_MONITOR_BASE setup in Konfig
Following SPARK ARC now has SYS_MONITOR_BASE setup via Kconfig.
This makes "include/configs/*.h" cleaner and more flexible.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/arcangel4.h | 1 | ||||
-rw-r--r-- | include/configs/axs101.h | 1 | ||||
-rw-r--r-- | include/configs/tb100.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/arcangel4.h b/include/configs/arcangel4.h index 80d6438..5e4097f 100644 --- a/include/configs/arcangel4.h +++ b/include/configs/arcangel4.h @@ -15,7 +15,6 @@ /* * Memory configuration */ -#define CONFIG_SYS_TEXT_BASE 0x81000000 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000 diff --git a/include/configs/axs101.h b/include/configs/axs101.h index e9a3231..5fb8aca 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -20,7 +20,6 @@ /* * Memory configuration */ -#define CONFIG_SYS_TEXT_BASE 0x81000000 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000 diff --git a/include/configs/tb100.h b/include/configs/tb100.h index 54eca6f..46df406 100644 --- a/include/configs/tb100.h +++ b/include/configs/tb100.h @@ -17,7 +17,6 @@ /* * Memory configuration */ -#define CONFIG_SYS_TEXT_BASE 0x84000000 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000 |