Merge tag 'u-boot-stm32-20211110' of https://source.denx.de/u-boot/custodians/u-boot-stm
[platform/kernel/u-boot.git] / include / imximage.h
index 544babb..5a812f5 100644 (file)
@@ -73,12 +73,13 @@ enum imximage_cmd {
        CMD_CHECK_BITS_CLR,
        CMD_CSF,
        CMD_PLUGIN,
-       /* Follwoing on i.MX8MQ/MM */
+       /* Following on i.MX8MQ/MM */
        CMD_FIT,
        CMD_SIGNED_HDMI,
        CMD_LOADER,
        CMD_SECOND_LOADER,
        CMD_DDR_FW,
+       CMD_ROM_VERSION,
 };
 
 enum imximage_fld_types {
@@ -123,7 +124,7 @@ typedef struct {
 } flash_header_v1_t;
 
 typedef struct {
-       uint32_t length;        /* Length of data to be read from flash */
+       uint32_t length;        /* Length of data to be read from flash */
 } flash_cfg_parms_t;
 
 typedef struct {