sunxi: Add missing boot_media fields in the SPL header
authorOlliver Schinagl <oliver@schinagl.nl>
Mon, 13 Jun 2016 16:13:07 +0000 (18:13 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 2 Jul 2016 11:53:03 +0000 (13:53 +0200)
Commit b19236fd1 ("sunxi: Increase SPL header size to 64 bytes to avoid
code corruption") Added defines for MMC0 and SPI as boot identification.
After verifying on an OLinuXino Lime2 with NAND and eMMC, the expected
values have been confirmed and added to spl.h

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/include/asm/arch-sunxi/spl.h

index a0f33b05b516da94cf78a70c8d4cbc838f069c75..ec73379735c93257b209ad0ec7dba7da71eebdbe 100644 (file)
@@ -20,6 +20,8 @@
 
 /* The low 8-bits of the 'boot_media' field in the SPL header */
 #define SUNXI_BOOTED_FROM_MMC0 0
+#define SUNXI_BOOTED_FROM_NAND 1
+#define SUNXI_BOOTED_FROM_MMC2 2
 #define SUNXI_BOOTED_FROM_SPI  3
 
 /* boot head definition from sun4i boot code */