]> git.dujemihanovic.xyz Git - u-boot.git/commit
README: Correct docs for CONFIG_SPL_BUILD
authorSimon Glass <sjg@chromium.org>
Sat, 18 Nov 2023 21:04:50 +0000 (14:04 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:51:24 +0000 (11:51 -0500)
commit1d38722e012c4ca496d5069b95a60bd3392ccf9e
tree30e72136114bb835b5996f77bdaba17dc6f22fe8
parentb1f8b56f455ca5a30e22f1d2496dfbbfd1e24e37
README: Correct docs for CONFIG_SPL_BUILD

This option is defined in both SPL and TPL builds, so correct the docs
related to this. Also point to spl_phase() which is normally a better
option. Mention VPL as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
README