From: Marek BehĂșn Date: Fri, 23 Jul 2021 09:13:58 +0000 (+0200) Subject: tools: kwbimage: Add constant for SDIO bootfrom X-Git-Tag: v2025.01-rc5-pxa1908~1770^2~43 X-Git-Url: http://git.dujemihanovic.xyz/browse.php?a=commitdiff_plain;h=bd487ce0813553fecd41fe1c24a111193cf563ba;p=u-boot.git tools: kwbimage: Add constant for SDIO bootfrom Add constant for SDIO value of the bootfrom header field. Signed-off-by: Marek BehĂșn Reviewed-by: Stefan Roese Reviewed-by: Chris Packham Tested-by: Chris Packham --- 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) */