]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/spl.h
fsl: Secure Boot: Enable IE (Key extention) Feature
[u-boot] / arch / arm / include / asm / spl.h
index 6db405d7d92c25f5435c85244ef9f5e601190927..a0bda28104a95b021a9a8a345164201d9f2dedcc 100644 (file)
@@ -24,16 +24,15 @@ enum {
        BOOT_DEVICE_NOR,
        BOOT_DEVICE_UART,
        BOOT_DEVICE_SPI,
+       BOOT_DEVICE_USB,
        BOOT_DEVICE_SATA,
        BOOT_DEVICE_I2C,
        BOOT_DEVICE_BOARD,
+       BOOT_DEVICE_DFU,
        BOOT_DEVICE_NONE
 };
 #endif
 
-/* Board-specific load method */
-void spl_board_load_image(void);
-
 /* Linker symbols. */
 extern char __bss_start[], __bss_end[];