From afa6e6c48845bac39a73b41012e8d7a53b13598d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 24 Sep 2016 18:20:03 -0600 Subject: spl: Convert spl_onenand_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') diff --git a/include/spl.h b/include/spl.h index 927f300f3d1..e26f06eff1f 100644 --- a/include/spl.h +++ b/include/spl.h @@ -181,9 +181,6 @@ struct spl_image_loader { .load_image = __method, \ } -/* OneNAND SPL functions */ -int spl_onenand_load_image(struct spl_boot_device *bootdev); - /* NOR SPL functions */ int spl_nor_load_image(struct spl_boot_device *bootdev); -- cgit v1.3.1