[PATCH 1/3] Added documentation for CONFIG_SYS_TEXT_BASE for ARM.

Christopher Harvey charvey at matrox.com
Wed Jun 15 22:27:07 CEST 2011


---
 README |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/README b/README
index 8bb9c8d..f5c59e1 100644
--- a/README
+++ b/README
@@ -2356,6 +2356,15 @@ Configuration Settings:
 - CONFIG_SYS_SDRAM_BASE:
 		Physical start address of SDRAM. _Must_ be 0 here.
 
+- CONFIG_SYS_TEXT_BASE:
+		- ARM:
+		Is the address of the u-boot code that is loaded in memory. 
+		This value can be in ROM space since u-boot can run from
+		within ROM. CONFIG_SYS_TEXT_BASE is simply called _TEXT_BASE
+		in some files, like arch/arm/lib/board.c.
+		This value has nothing to do with the relocation destination
+		in RAM. See doc/README.arm-relocation for more info.
+
 - CONFIG_SYS_MBIO_BASE:
 		Physical start address of Motherboard I/O (if using a
 		Cogent motherboard)
-- 
1.7.0.4



--------------090405040408060403080204
Content-Type: text/x-patch;
 name="0002-Added-extra-documentation-about-how-the-relocation-a.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename*0="0002-Added-extra-documentation-about-how-the-relocation-a.pa";
 filename*1="tch"



More information about the U-Boot mailing list