commit | 9ea5c6efd8cc2f799ee0dba303754911848231d0 | [log] [tgz] |
---|---|---|
author | Simon Schwarz <simonschwarzcor@googlemail.com> | Wed Sep 14 15:33:34 2011 -0400 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Sep 30 22:00:55 2011 +0200 |
tree | 0fcdb44e9f313ef1032a2fb2797430febbd27b28 | |
parent | 409ef1bcfbadf71059477feda1d88e717a4b7e62 [diff] |
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>