projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945a18e
)
README: Drop CONFIG_SYS_INIT_DATA_SIZE
author
Simon Glass
<
[email protected]
>
Mon, 3 Oct 2016 00:01:06 +0000
(18:01 -0600)
committer
Tom Rini
<
[email protected]
>
Fri, 7 Oct 2016 00:40:42 +0000
(20:40 -0400)
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]
>
README
patch
|
blob
|
history
diff --git
a/README
b/README
index 0a0d14ce2d7c180b9bae154188fdf05053c96100..04207f822e2f03d8b124430a1269fd9aad1d9d9d 100644
(file)
--- 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.