For legacy reasons, keystone2 had kind of stayed completely seperated
from the rest of the TI SoC families. This makes no sense since there
are a lot of common definitions that can be reused between all SoC
configuration allowing for a consistent user experience.

So make keystone2 follow the rest of the TI SoCs based on OMAP
architecture as well.

Test log: K2H:  http://pastebin.ubuntu.com/11889270/ (using 
https://patchwork.ozlabs.org/patch/440665/)
I have no other platform to verify on.

Series based on master 4905dfc65d9a Merge branch 'master' of 
git://git.denx.de/u-boot-spi


Changes in V2:
        - got rid of the bogus CONFIG_LINUX_BOOT_PARAM_ADDR
        - few additional config cleanups based on off line comment from Tom 
Rini.

V1:
        http://marc.info/?l=u-boot&m=143706008602124&w=2

Nishanth Menon (4):
  configs: split ti_armv7_common into a omap generic header
  board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR
  configs: rename ks2_evm into ti_armv7_keystone2
  configs: ti_armv7_keystone2: start using armv7_common

 board/ti/ks2_evm/board.c                           |  2 +-
 include/configs/am43xx_evm.h                       |  2 +-
 include/configs/k2e_evm.h                          |  4 +-
 include/configs/k2hk_evm.h                         |  4 +-
 include/configs/k2l_evm.h                          |  4 +-
 include/configs/ti_am335x_common.h                 |  2 +-
 include/configs/ti_armv7_common.h                  | 27 ++---------
 .../configs/{ks2_evm.h => ti_armv7_keystone2.h}    | 53 ++++++----------------
 include/configs/ti_armv7_omap.h                    | 49 ++++++++++++++++++++
 include/configs/ti_omap3_common.h                  |  2 +-
 include/configs/ti_omap4_common.h                  |  2 +-
 include/configs/ti_omap5_common.h                  |  2 +-
 12 files changed, 78 insertions(+), 75 deletions(-)
 rename include/configs/{ks2_evm.h => ti_armv7_keystone2.h} (89%)
 create mode 100644 include/configs/ti_armv7_omap.h

-- 
2.1.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to