[U-Boot] [PATCH V2 1/4] Added documentation for CONFIG_SYS_TEXT_BASE.

Christopher Harvey charvey at matrox.com
Thu Jul 7 16:26:27 CEST 2011


Signed-off-by: Christopher Harvey <charvey at matrox.com>
---
V2:
Make it clear that this is the start address of u-boot. 

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

diff --git a/README b/README
index 2da0f96..8345746 100644
--- a/README
+++ b/README
@@ -2366,6 +2366,12 @@ Configuration Settings:
 - CONFIG_SYS_SDRAM_BASE:
 		Physical start address of SDRAM. _Must_ be 0 here.
 
+- CONFIG_SYS_TEXT_BASE:
+		Is the start address of the u-boot code. 
+		This value can be in ROM space since u-boot can startup from
+		within ROM. This value has nothing to do with the relocation 
+		destination in RAM. 
+
 - CONFIG_SYS_MBIO_BASE:
 		Physical start address of Motherboard I/O (if using a
 		Cogent motherboard)
-- 
1.7.3.4




More information about the U-Boot mailing list