mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02: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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user