]> git.baikalelectronics.ru Git - uboot.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)
commit1ee239fad03a389b11840f92c6f7f749017eeb4e
tree762332df63d9640c8ddbfd6c50ca1b2c2d2fa41b
parent35819855b51cb3e22f60076bfa3e20cac5269c8a
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