mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
Correct SPL use of CMD_PSTORE
This converts 1 usage of this option to the non-SPL form, since there is no SPL_CMD_PSTORE defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
96dad8520b
commit
39c0da4186
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ int image_setup_libfdt(struct bootm_headers *images, void *blob,
|
|||
|
||||
/* Update ethernet nodes */
|
||||
fdt_fixup_ethernet(blob);
|
||||
#if CONFIG_IS_ENABLED(CMD_PSTORE)
|
||||
#if IS_ENABLED(CONFIG_CMD_PSTORE)
|
||||
/* Append PStore configuration */
|
||||
fdt_fixup_pstore(blob);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue