
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: http://pastebin.ubuntu.com/11899472/ using ( http://pastebin.ubuntu.com/11899472/)
Changes in V3: - Cleanup MMC as part of review comments - Started using common addresses and got rid of fdt_addr_high. - Additional consolidation - picked up acks from previous patches
V2: http://marc.info/?l=u-boot&m=143707376106583&w=2 V1: http://marc.info/?l=u-boot&m=143706008602124&w=2
Nishanth Menon (8): 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 configs: ti_armv7_keystone2: switch addresses to generic addresses ti_armv7_keystone2: switch to using kernel zImage configs: k2*_evm: rename skernel binary names to generated file names configs: keystone2: remove distro specific ramdisk name
board/ti/ks2_evm/board.c | 2 +- include/configs/am43xx_evm.h | 2 +- include/configs/k2e_evm.h | 9 +-- include/configs/k2hk_evm.h | 9 +-- include/configs/k2l_evm.h | 9 +-- include/configs/ti_am335x_common.h | 2 +- include/configs/ti_armv7_common.h | 26 ++----- .../configs/{ks2_evm.h => ti_armv7_keystone2.h} | 82 ++++++++-------------- 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, 97 insertions(+), 99 deletions(-) rename include/configs/{ks2_evm.h => ti_armv7_keystone2.h} (82%) create mode 100644 include/configs/ti_armv7_omap.h