From 56df46351ad56551f8ea7e54d217ea6b709e686c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 24 Sep 2016 18:20:06 -0600 Subject: spl: Convert spl_usb_load_image() to use linker list Add a linker list declaration for this method and remove the explicit switch() code. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- include/spl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/spl.h') diff --git a/include/spl.h b/include/spl.h index 78855214f1..7270cc21ae 100644 --- a/include/spl.h +++ b/include/spl.h @@ -187,9 +187,6 @@ int spl_spi_load_image(struct spl_boot_device *bootdev); /* Ethernet SPL functions */ int spl_net_load_image(struct spl_boot_device *bootdev); -/* USB SPL functions */ -int spl_usb_load_image(struct spl_boot_device *bootdev); - /* SATA SPL functions */ int spl_sata_load_image(struct spl_boot_device *bootdev); -- cgit v1.2.3