]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:38:42 +0000 (22:38 +0200)
commit3d7d04e60afe9a656ac8cd68e9f34bd15ad5668f
tree3f152f8f5b54b2aa5197fb230e5f9ff6bee4c377
parent060c45d51522f1b942fc5c972fb44a790cc40409
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]