spl: Convert spl_nor_load_image() to use linker list
[J-u-boot.git] / common / spl / spl.c
index cef5ff9580c1dae76b30d76ff26350b3a0f630b8..978df648706b02931c6c64c9ac3cb069c60aec62 100644 (file)
@@ -384,10 +384,6 @@ static int spl_load_image(u32 boot_device)
                return loader->load_image(&bootdev);
 
        switch (boot_device) {
-#ifdef CONFIG_SPL_NOR_SUPPORT
-       case BOOT_DEVICE_NOR:
-               return spl_nor_load_image(&bootdev);
-#endif
 #ifdef CONFIG_SPL_YMODEM_SUPPORT
        case BOOT_DEVICE_UART:
                return spl_ymodem_load_image(&bootdev);
This page took 0.022231 seconds and 4 git commands to generate.