From d5c2b11ce40f8ca849008938515e742e6b7efc18 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 24 Sep 2016 18:20:02 -0600 Subject: spl: Convert spl_nand_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 47c10451fe..927f300f3d 100644 --- a/include/spl.h +++ b/include/spl.h @@ -181,9 +181,6 @@ struct spl_image_loader { .load_image = __method, \ } -/* NAND SPL functions */ -int spl_nand_load_image(struct spl_boot_device *bootdev); - /* OneNAND SPL functions */ int spl_onenand_load_image(struct spl_boot_device *bootdev); -- cgit v1.2.1