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)
commit150a878bd781d075aaea1736c5081d5c990efbad
treecdfc0015d5684227858c7de5f3c262b505d3facb
parent000fc151150150c36c58f6d8e8d2e27d3b668a7d
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