Commit 25dabd730a534a93b585fe6623783e034399c68e

Authored by Michael Trimarchi
Committed by Tom Rini
1 parent 7267fbf734

spl: Make the spl_nand_load_image static

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

common/spl/spl_nand.c
... ... @@ -12,7 +12,7 @@
12 12 #include <fdt.h>
13 13  
14 14 #if defined(CONFIG_SPL_NAND_RAW_ONLY)
15   -int spl_nand_load_image(struct spl_image_info *spl_image,
  15 +static int spl_nand_load_image(struct spl_image_info *spl_image,
16 16 struct spl_boot_device *bootdev)
17 17 {
18 18 nand_init();