commit | e21d2d8c8792708e808e2718c93cc266872618c9 | [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 | c692fefc28967599eb560863d76c8d0b9a0ffbfc [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>