]> 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 5c5d33f0bdac78c8c6a68098adafc599eed56341..a0bda28104a95b021a9a8a345164201d9f2dedcc 100644 (file)
@@ -24,22 +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 for boards that have a special way of loading
- * U-Boot, which does not fit with the existing SPL code.
- *
- * @return 0 on success, negative errno value on failure.
- */
-
-int spl_board_load_image(void);
-
 /* Linker symbols. */
 extern char __bss_start[], __bss_end[];