summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-08-30 13:38:57 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2016-09-22 05:33:20 (GMT)
commite1024c9808c00bb61cf58e47cac6ff76905bf339 (patch)
tree4fed22d4acfa1f976e70545db4fc5e9991db2b09 /arch
parent3373a5228337a4a71d02a5184a3425b651eda0ff (diff)
downloadu-boot-e1024c9808c00bb61cf58e47cac6ff76905bf339.tar.xz
ARM: Add new BOOT_DEVICE_DFU boot mode
This enum is needed when SPL_DFU is enabled. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/spl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/spl.h b/arch/arm/include/asm/spl.h
index 19c38f4..6f312d6 100644
--- a/arch/arm/include/asm/spl.h
+++ b/arch/arm/include/asm/spl.h
@@ -28,6 +28,7 @@ enum {
BOOT_DEVICE_SATA,
BOOT_DEVICE_I2C,
BOOT_DEVICE_BOARD,
+ BOOT_DEVICE_DFU,
BOOT_DEVICE_NONE
};
#endif