From e1024c9808c00bb61cf58e47cac6ff76905bf339 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 30 Aug 2016 15:38:57 +0200 Subject: [PATCH] ARM: Add new BOOT_DEVICE_DFU boot mode This enum is needed when SPL_DFU is enabled. Signed-off-by: Michal Simek --- arch/arm/include/asm/spl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/spl.h b/arch/arm/include/asm/spl.h index 19c38f4083..6f312d6652 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