]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: SPL: Move gpmc_init() to spl_board_init()
authorTom Rini <trini@ti.com>
Tue, 14 Aug 2012 19:26:08 +0000 (12:26 -0700)
committerTom Rini <trini@ti.com>
Thu, 27 Sep 2012 16:49:59 +0000 (09:49 -0700)
commitd7cb93b28a41237b689c9d84230d7d72a2048021
tree9edbde2af8df4105db86940df089ba0b6d4d64b3
parentd4c4e0e11710f26904c288ad1bf05d8b73abddf7
ARM: SPL: Move gpmc_init() to spl_board_init()

This is an OMAP/related-specific function, move calling it to
spl_board_init() and turn on CONFIG_SPL_BOARD_INIT on the boards that
enabled NAND and didn't enable this already.

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap-common/boot-common.c
arch/arm/cpu/armv7/omap-common/spl_nand.c
arch/arm/cpu/armv7/omap3/board.c
include/configs/am3517_crane.h
include/configs/am3517_evm.h
include/configs/mcx.h
include/configs/tam3517-common.h