]> git.ipfire.org Git - thirdparty/u-boot.git/commit
README: Clarify use of BSS during SPL board_init_f()
authorAndreas Dannenberg <dannenberg@ti.com>
Thu, 8 Aug 2019 17:54:49 +0000 (12:54 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 20 Aug 2019 16:20:32 +0000 (12:20 -0400)
commit1425465accfb96b74df400131aeb55665e9d98d2
treec358d6c4ffd9285a65d1c3ff0480f1213f42e643
parenta2ca54ff52146f2bbf52d87bf4e121e8e15e9e07
README: Clarify use of BSS during SPL board_init_f()

The earlier commit....

commit a5a5d997b41a ("spl: Allow performing BSS init early before board_init_f()")

...introduced the ability to use BSS from SPL's board_init_f() as it may
be required in certain exceptional use cases so go ahead and update the
README to reflect this change. Note that as highlighted with the changes
the use of the associated CONFIG option is generally not recommended.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
README