Signed-off-by: Antony Pavlov <[email protected]>
---
 include/image-metadata.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/image-metadata.h b/include/image-metadata.h
index 439a0cba81..bf4e08d98a 100644
--- a/include/image-metadata.h
+++ b/include/image-metadata.h
@@ -139,12 +139,12 @@ int imd_verify_crc32(void *buf, size_t size);
        }
 
 #define BAREBOX_IMD_CRC(_name, _crc, _keep_if_unused)                          
        \
-       const struct imd_entry_crc32 __barebox_imd_##__name                     
        \
-       __BAREBOX_IMD_SECTION(.barebox_imd_ ## _keep_if_unused ## _ ## _name) = 
{       \
+       const struct imd_entry_crc32 __barebox_imd_##__name                     
        \
+       __BAREBOX_IMD_SECTION(.barebox_imd_ ## _keep_if_unused ## _ ## _name) = 
{       \
                .header.type = cpu_to_le32(IMD_TYPE_CRC32),                     
        \
                .header.datalength = cpu_to_le32(sizeof(uint32_t) * 2),         
        \
                .data = _crc,                                                   
        \
-  }
+       }
 
 #ifdef CONFIG_IMD
 void imd_used(const void *);
-- 
2.33.0


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to