spl: Make the spl_nand_load_image static
[oweals/u-boot.git] / common / spl / spl_nand.c
index 9a525006140a5d3199fb0e81470b4dcf44796546..2722fd3860e55a149ffa1c1aee123db0244a4389 100644 (file)
@@ -12,7 +12,7 @@
 #include <fdt.h>
 
 #if defined(CONFIG_SPL_NAND_RAW_ONLY)
-int spl_nand_load_image(struct spl_image_info *spl_image,
+static int spl_nand_load_image(struct spl_image_info *spl_image,
                        struct spl_boot_device *bootdev)
 {
        nand_init();