mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01: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
@ -638,7 +638,7 @@ int image_setup_libfdt(struct bootm_headers *images, void *blob,
|
|||||||
|
|
||||||
/* Update ethernet nodes */
|
/* Update ethernet nodes */
|
||||||
fdt_fixup_ethernet(blob);
|
fdt_fixup_ethernet(blob);
|
||||||
#if CONFIG_IS_ENABLED(CMD_PSTORE)
|
#if IS_ENABLED(CONFIG_CMD_PSTORE)
|
||||||
/* Append PStore configuration */
|
/* Append PStore configuration */
|
||||||
fdt_fixup_pstore(blob);
|
fdt_fixup_pstore(blob);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user