mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
Correct SPL uses of NEEDS_MANUAL_RELOC
This converts 3 usages of this option to the non-SPL form, since there is no SPL_NEEDS_MANUAL_RELOC defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -155,7 +155,7 @@ void event_show_spy_list(void)
|
||||
}
|
||||
}
|
||||
|
||||
#if CONFIG_IS_ENABLED(NEEDS_MANUAL_RELOC)
|
||||
#if IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC)
|
||||
int event_manual_reloc(void)
|
||||
{
|
||||
struct evspy_info *spy, *end;
|
||||
|
Reference in New Issue
Block a user