-
- Downloads
omap-common: reorganize spl.c
split-up spl.c into spl.c, spl_mmc.c and spl_nand.c. This avoids problems with missing defines if a board does not use mmc or nand. This includes adding spl_ prefix to some functions which are now public. spl_image_t is now a public type. Added some of the common functions to omap-common.h Signed-off-by:Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
Showing
- arch/arm/cpu/armv7/omap-common/Makefile 6 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/Makefile
- arch/arm/cpu/armv7/omap-common/spl.c 20 additions, 177 deletionsarch/arm/cpu/armv7/omap-common/spl.c
- arch/arm/cpu/armv7/omap-common/spl_mmc.c 150 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/spl_mmc.c
- arch/arm/cpu/armv7/omap-common/spl_nand.c 71 additions, 0 deletionsarch/arm/cpu/armv7/omap-common/spl_nand.c
arch/arm/cpu/armv7/omap-common/spl_mmc.c
0 → 100644
arch/arm/cpu/armv7/omap-common/spl_nand.c
0 → 100644
Please register or sign in to comment