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>
Showing
- board/overo/Makefile 5 additions, 1 deletionboard/overo/Makefile
- board/overo/common.c 355 additions, 0 deletionsboard/overo/common.c
- board/overo/overo.c 3 additions, 114 deletionsboard/overo/overo.c
- board/overo/overo.h 2 additions, 264 deletionsboard/overo/overo.h
- board/overo/spl.c 60 additions, 0 deletionsboard/overo/spl.c
board/overo/common.c
0 → 100644
board/overo/spl.c
0 → 100644
Please register or sign in to comment