[U-Boot] [v2 PATCH 0/2] omap3-overo: Code cleanup and reduce the size of MLO binary.

Arun Bharadwaj arun at gumstix.com
Wed Apr 29 01:55:28 CEST 2015


This is the v2 of the two-patch series. v1 can be found here:
http://lists.denx.de/pipermail/u-boot/2015-April/211651.html

The only change in this version is that the earlier version missed printing
the board revision, so fixed that.

Arun Bharadwaj (2):
  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
  u-boot breaks for the Overo boards since the following commit:    
    a6b541b09022acb6f7c2754100ae26bd44eed1d9

 board/overo/Makefile |   6 +-
 board/overo/common.c | 341 +++++++++++++++++++++++++++++++++++++++++++++++++++
 board/overo/overo.c  | 117 +-----------------
 board/overo/overo.h  | 266 +---------------------------------------
 board/overo/spl.c    |  60 +++++++++
 5 files changed, 411 insertions(+), 379 deletions(-)
 create mode 100644 board/overo/common.c
 create mode 100644 board/overo/spl.c

-- 
2.1.4



More information about the U-Boot mailing list