diff options
| author | Simon Glass <[email protected]> | 2016-10-02 18:01:06 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-10-06 20:40:42 -0400 |
| commit | acd51f9d91d7c4d04732929522e5fc3ca9c459ee (patch) | |
| tree | 9e44ec8d11bd5e9b94318af830067e6e2b69c775 | |
| parent | 945a18e625cf2e0c5a60bd274c63e20e11cbec15 (diff) | |
README: Drop CONFIG_SYS_INIT_DATA_SIZE
This appears to be calculated automatically now. Drop the old reference.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: York Sun <[email protected]>
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
