[U-Boot] [PATCH V2 15/15] hammerhead: move CONFIG_SYS_TEXT_BASE to header
Andreas Bießmann
biessmann at corscience.de
Mon Apr 18 16:12:47 CEST 2011
Signed-off-by: Andreas Bießmann <biessmann at corscience.de>
---
No changes since V1
board/miromico/hammerhead/config.mk | 1 -
include/configs/hammerhead.h | 1 +
2 files changed, 1 insertions(+), 1 deletions(-)
delete mode 100644 board/miromico/hammerhead/config.mk
diff --git a/board/miromico/hammerhead/config.mk b/board/miromico/hammerhead/config.mk
deleted file mode 100644
index 34b709a..0000000
--- a/board/miromico/hammerhead/config.mk
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SYS_TEXT_BASE = 0x00000000
diff --git a/include/configs/hammerhead.h b/include/configs/hammerhead.h
index 5a2d146..bfdfc0a 100644
--- a/include/configs/hammerhead.h
+++ b/include/configs/hammerhead.h
@@ -141,6 +141,7 @@
#define CONFIG_SYS_MAX_FLASH_SECT 135
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
+#define CONFIG_SYS_TEXT_BASE 0x00000000
#define CONFIG_SYS_INTRAM_BASE 0x24000000
#define CONFIG_SYS_INTRAM_SIZE 0x8000
--
1.7.2.5
More information about the U-Boot
mailing list