tools: kwbimage: Add constant for SDIO bootfrom
authorMarek Behún <marek.behun@nic.cz>
Fri, 23 Jul 2021 09:13:58 +0000 (11:13 +0200)
committerStefan Roese <sr@denx.de>
Sat, 31 Jul 2021 07:49:31 +0000 (09:49 +0200)
Add constant for SDIO value of the bootfrom header field.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
Tested-by: Chris Packham <judge.packham@gmail.com>
tools/kwbimage.h

index 0b6d05b..9856b44 100644 (file)
@@ -27,6 +27,7 @@
 #define IBR_HDR_SATA_ID                        0x78
 #define IBR_HDR_PEX_ID                 0x9C
 #define IBR_HDR_UART_ID                        0x69
+#define IBR_HDR_SDIO_ID                        0xAE
 #define IBR_DEF_ATTRIB                 0x00
 
 /* Structure of the main header, version 0 (Kirkwood, Dove) */