commit | 9a0475c2d742038d526ea117d5cee3ff376d5c01 | [log] [tgz] |
---|---|---|
author | Arun Bharadwaj <arun@gumstix.com> | Tue Apr 28 16:55:29 2015 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun May 10 09:54:54 2015 -0400 |
tree | dd9ccaa3641910518c13c84e191b7ed34a98f7d0 | |
parent | 3ca7f9dae9334330aa7fb489028c2be82145d4f6 [diff] |
overo: Split overo.c into spl.c, common.c and overo.c This separates the SPL-specific code from the u-boot-specific code for the Overo board following the discussion at http://lists.denx.de/pipermail/u-boot/2015-April/211622.html The code is split up into spl.c, overo.c and common.c (which has the code common to both) Signed-off-by: Arun Bharadwaj <arun@gumstix.com>