]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/omap-common/spl_nand.c
ARM: SPL: Move gpmc_init() to spl_board_init()
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / omap-common / spl_nand.c
index 3e2f3590e69112484a41c235ecb946d2cda8eaa8..1e6b5f0db9516f18c8159d4b717945ffa4021c01 100644 (file)
@@ -35,7 +35,6 @@ void spl_nand_load_image(void)
        int *dst __attribute__((unused));
 
        debug("spl: nand - using hw ecc\n");
-       gpmc_init();
        nand_init();
 
        /*use CONFIG_SYS_TEXT_BASE as temporary storage area */