mbox series

[U-Boot,RFC,0/3] ARM: omap3: beagle, evm: synchronize common setup

Message ID 20180212051329.29761-1-woods.technical@gmail.com
Headers show
Series ARM: omap3: beagle, evm: synchronize common setup | expand

Message

Derald Woods Feb. 12, 2018, 5:13 a.m. UTC
This short series is an attempt to make this set of boards use the same
default configuration items where possible. This was prompted by an
investigation into enabling SERIAL_SEARCH_ALL on omap3_evm. This feature
now works for omap3_evm after this series.

The 'RFC' is because of changes in the default NAND layout of
MTDPARTS_DEFAULT and using ENV_IS_IN_FAT. More detail is provided with
the patches. As most things are configurable now, this should not be an
issue. I am trying to get simple defaults that just boot and expose the
common core features.


Derald D. Woods (3):
  ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file
  ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND
    layout
  ARM: omap3: evm: Sync with omap3_beagle configuration

 board/ti/beagle/beagle.c       |   8 ++
 configs/omap3_beagle_defconfig |  29 ++++-
 configs/omap3_evm_defconfig    |  25 +++--
 include/configs/omap3_beagle.h | 241 +++++++++++++++++++++++------------------
 include/configs/omap3_evm.h    |  71 +++++++-----
 5 files changed, 220 insertions(+), 154 deletions(-)