summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-07-23 12:13:58 +0300
committerStefan Roese <sr@denx.de>2021-07-31 10:49:31 +0300
commitbd487ce0813553fecd41fe1c24a111193cf563ba (patch)
tree6fcc0e80fa2ad01d98c50a5631ce56dc484bd295 /tools
parentc934aad06c8df5e95af4c461bf3d62f7c95169a0 (diff)
downloadu-boot-bd487ce0813553fecd41fe1c24a111193cf563ba.tar.xz
tools: kwbimage: Add constant for SDIO bootfrom
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/kwbimage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kwbimage.h b/tools/kwbimage.h
index 0b6d05bef1..9856b44536 100644
--- a/tools/kwbimage.h
+++ b/tools/kwbimage.h
@@ -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) */