
This property is used in image nodes, not configuration nodes, so move it to the right place. Signed-off-by: Simon Glass <sjg@chromium.org> --- include/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/image.h b/include/image.h index d7e081a0a5b..1b8764d9906 100644 --- a/include/image.h +++ b/include/image.h @@ -1176,6 +1176,7 @@ int booti_setup(ulong image, ulong *relocated_addr, ulong *size, #define FIT_COMP_PROP "compression" #define FIT_ENTRY_PROP "entry" #define FIT_LOAD_PROP "load" +#define FIT_PHASE_PROP "phase" /* configuration node */ #define FIT_KERNEL_PROP "kernel" @@ -1188,7 +1189,6 @@ int booti_setup(ulong image, ulong *relocated_addr, ulong *size, #define FIT_FIRMWARE_PROP "firmware" #define FIT_STANDALONE_PROP "standalone" #define FIT_SCRIPT_PROP "script" -#define FIT_PHASE_PROP "phase" #define FIT_MAX_HASH_LEN HASH_MAX_DIGEST_SIZE -- 2.43.0