[U-Boot] [PATCH V2 13/15] favr-32-ezkit: move CONFIG_SYS_TEXT_BASE to header

Andreas Bießmann biessmann at corscience.de
Mon Apr 18 16:12:45 CEST 2011


Signed-off-by: Andreas Bießmann <biessmann at corscience.de>
---
No changes since V1

 board/earthlcd/favr-32-ezkit/config.mk |    1 -
 include/configs/favr-32-ezkit.h        |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)
 delete mode 100644 board/earthlcd/favr-32-ezkit/config.mk

diff --git a/board/earthlcd/favr-32-ezkit/config.mk b/board/earthlcd/favr-32-ezkit/config.mk
deleted file mode 100644
index 34b709a..0000000
--- a/board/earthlcd/favr-32-ezkit/config.mk
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_SYS_TEXT_BASE		= 0x00000000
diff --git a/include/configs/favr-32-ezkit.h b/include/configs/favr-32-ezkit.h
index f364dad..4c30b39 100644
--- a/include/configs/favr-32-ezkit.h
+++ b/include/configs/favr-32-ezkit.h
@@ -170,6 +170,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			INTERNAL_SRAM_BASE
 #define CONFIG_SYS_INTRAM_SIZE			INTERNAL_SRAM_SIZE
-- 
1.7.2.5



More information about the U-Boot mailing list