From: Simon Glass Date: Mon, 3 Oct 2016 00:01:06 +0000 (-0600) Subject: README: Drop CONFIG_SYS_INIT_DATA_SIZE X-Git-Tag: v2016.11-rc2~68 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=acd51f9d91d7c4d04732929522e5fc3ca9c459ee;p=u-boot README: Drop CONFIG_SYS_INIT_DATA_SIZE This appears to be calculated automatically now. Drop the old reference. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: York Sun --- diff --git a/README b/README index 0a0d14ce2d..04207f822e 100644 --- a/README +++ b/README @@ -4487,7 +4487,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.