]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/spl/spl.c
spl: Convert spl_ymodem_load_image() to use linker list
[people/ms/u-boot.git] / common / spl / spl.c
index 978df648706b02931c6c64c9ac3cb069c60aec62..84ae0034db7ed38a611cd08e75abeb12cf8bb333 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_YMODEM_SUPPORT
-       case BOOT_DEVICE_UART:
-               return spl_ymodem_load_image(&bootdev);
-#endif
 #if defined(CONFIG_SPL_SPI_SUPPORT) || defined(CONFIG_SPL_SPI_FLASH_SUPPORT)
        case BOOT_DEVICE_SPI:
                return spl_spi_load_image(&bootdev);