]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: TEXT_BASE was renamed CONFIG_SYS_TEXT_BASE
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 20 Mar 2012 23:05:46 +0000 (18:05 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 21 Mar 2012 18:36:54 +0000 (13:36 -0500)
The TEXT_BASE belongs in the config headers for the boards

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
board/xilinx/dfe/config.mk
include/configs/xpele.h
include/configs/zynq_zc702.h
include/configs/zynq_zc770.h

index eb764c1569c8f4c10444f23e153b19f64fab774a..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-TEXT_BASE = 0x04000000  
index 34a308e1647d18f4a110e1e2f652fb335277b1ad..9be94d188188bcfb21323f26eeb4ec6bc282b05a 100644 (file)
@@ -24,6 +24,8 @@
 # include "../board/xilinx/dfe/xparameters_zynq.h"
 #endif
 
+#define CONFIG_SYS_TEXT_BASE 0x04000000
+
 /*
  * Open Firmware flat tree
  */
index 485d8dbf880c5aee164c3d8c3c335d8654ceda8a..a9d88bd90c8d31a8c51389a1aef06d049d77559e 100644 (file)
@@ -19,6 +19,8 @@
 
 # include "../board/xilinx/dfe/xparameters_zynq.h"
 
+#define CONFIG_SYS_TEXT_BASE 0x04000000
+
 /*
  * Open Firmware flat tree
  */
index 485d8dbf880c5aee164c3d8c3c335d8654ceda8a..a9d88bd90c8d31a8c51389a1aef06d049d77559e 100644 (file)
@@ -19,6 +19,8 @@
 
 # include "../board/xilinx/dfe/xparameters_zynq.h"
 
+#define CONFIG_SYS_TEXT_BASE 0x04000000
+
 /*
  * Open Firmware flat tree
  */