overo: Split overo.c into spl.c, common.c and overo.c
authorArun Bharadwaj <arun@gumstix.com>
Tue, 28 Apr 2015 23:55:29 +0000 (16:55 -0700)
committerTom Rini <trini@konsulko.com>
Sun, 10 May 2015 13:54:54 +0000 (09:54 -0400)
commitfe5d488fbef192188bcddb8774154bd5527e468b
treedd9ccaa3641910518c13c84e191b7ed34a98f7d0
parent88d89668b9d9d4553e630c1c4ce3b0bee725e6ec
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>
board/overo/Makefile
board/overo/common.c [new file with mode: 0644]
board/overo/overo.c
board/overo/overo.h
board/overo/spl.c [new file with mode: 0644]