]> git.baikalelectronics.ru Git - uboot.git/commit
Correct SPL uses of SAVE_PREV_BL_FDT_ADDR
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:40:44 +0000 (15:40 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000 (07:41 -0500)
commita7f4fbc537f7d69cc0eea0e5c5753270cce098fe
tree96e6fec37c0b5a1b1e3fd80deb444a460e8e8c50
parent2a4fbb7f908e3e4ceea1ca8a7dc992ee728c88f3
Correct SPL uses of SAVE_PREV_BL_FDT_ADDR

This converts 2 usages of this option to the non-SPL form, since there is
no SPL_SAVE_PREV_BL_FDT_ADDR defined in Kconfig

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