]> git.dujemihanovic.xyz Git - u-boot.git/commit
Correct SPL use of OF_EMBED
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:40:25 +0000 (15:40 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:39 +0000 (07:41 -0500)
commitbc2dba9603af5adb9b33e8e10dc95e9ef95a38f8
treeed9793b910f232211268b122efe738c2f9043af2
parent7032fa28fdad988b89127daa9241d1b9024a9994
Correct SPL use of OF_EMBED

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

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_r.c