]> git.baikalelectronics.ru Git - uboot.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)
committerLukasz Majewski <lukma@denx.de>
Wed, 21 Aug 2019 22:09:57 +0000 (00:09 +0200)
commit16a3913cf797c5e81dba1cea8f6d07ce922d4c00
treecdfc0015d5684227858c7de5f3c262b505d3facb
parent87783a038dd5247e0233bb44919c9362913db886
README: Clarify use of BSS during SPL board_init_f()

The earlier commit....

commit 4bb90bb558f4 ("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