]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl
authorTom Rini <trini@ti.com>
Tue, 14 Aug 2012 21:33:02 +0000 (14:33 -0700)
committerTom Rini <trini@ti.com>
Thu, 27 Sep 2012 16:50:00 +0000 (09:50 -0700)
commitd97b4ce8056ff01ca8f1a63a7c69fa5316d33830
treeee6cc380a4dc2417cfe95122c377b37fa469865a
parent77552b0633f0856f6bb73b8e1f75334601c6a5c9
SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl

We move the spl_nand_load_image function to common/spl.  This will allow
for easier integration of SPL-boots-Linux code on other arches.

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap-common/Makefile
common/spl/Makefile
common/spl/spl_nand.c [moved from arch/arm/cpu/armv7/omap-common/spl_nand.c with 94% similarity]