]> git.dujemihanovic.xyz Git - u-boot.git/commit
Correct SPL use of CMD_STBOARD
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:36:43 +0000 (15:36 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000 (16:32 -0500)
commit308d677147a0223d81793792d78fa167a25d3648
tree762332df63d9640c8ddbfd6c50ca1b2c2d2fa41b
parent5cbdd15659ac7fad9f1b5c0f48086463a08258d2
Correct SPL use of CMD_STBOARD

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_CMD_STBOARD defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
board/st/stm32mp1/stm32mp1.c