Commit acd51f9d91d7c4d04732929522e5fc3ca9c459ee

Authored by Simon Glass
Committed by Tom Rini
1 parent 945a18e625

README: Drop CONFIG_SYS_INIT_DATA_SIZE

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

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: York Sun <york.sun@nxp.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -4487,7 +4487,7 @@
4487 4487 CONFIG_SYS_GBL_DATA_OFFSET is chosen such that the initial
4488 4488 data is located at the end of the available space
4489 4489 (sometimes written as (CONFIG_SYS_INIT_RAM_SIZE -
4490   - CONFIG_SYS_INIT_DATA_SIZE), and the initial stack is just
  4490 + GENERATED_GBL_DATA_SIZE), and the initial stack is just
4491 4491 below that area (growing from (CONFIG_SYS_INIT_RAM_ADDR +
4492 4492 CONFIG_SYS_GBL_DATA_OFFSET) downward.
4493 4493