[U-Boot] [PATCH 11/16] README: Drop CONFIG_SYS_INIT_DATA_SIZE

Simon Glass sjg at chromium.org
Mon Oct 3 02:01:06 CEST 2016


This appears to be calculated automatically now. Drop the old reference.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 614a81c..17dc34b 100644
--- a/README
+++ b/README
@@ -4480,7 +4480,7 @@ Low Level (hardware related) configuration options:
 		CONFIG_SYS_GBL_DATA_OFFSET is chosen such that the initial
 		data is located at the end of the available space
 		(sometimes written as (CONFIG_SYS_INIT_RAM_SIZE -
-		CONFIG_SYS_INIT_DATA_SIZE), and the initial stack is just
+		GENERATED_GBL_DATA_SIZE), and the initial stack is just
 		below that area (growing from (CONFIG_SYS_INIT_RAM_ADDR +
 		CONFIG_SYS_GBL_DATA_OFFSET) downward.
 
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list