
On Monday 25 March 2013 09:31 PM, Nishanth Menon wrote:
On 13:54-20130323, Sricharan R wrote:
With the kernel moving all towards device tree, this series adds support to make the device tree boot as the default for OMAP4/5 platforms.
Sricharan R (5): ARM: OMAP5: Rename omap5_evm.h to omap5_uevm.h ARM: OMAP5: Set fdt_high to enable booting with Device tree ARM: OMAP5: Support loading environment variables from txt file ARM: OMAP4/5: Change the default boot command to work with device tree ARM: OMAP4/5: Make bootz as the default boot command
board/ti/omap5_evm/Makefile | 49 ------- board/ti/omap5_evm/evm.c | 101 ------------- board/ti/omap5_evm/mux_data.h | 304 ---------------------------------------- board/ti/omap5_uevm/Makefile | 49 +++++++ board/ti/omap5_uevm/evm.c | 101 +++++++++++++ board/ti/omap5_uevm/mux_data.h | 304 ++++++++++++++++++++++++++++++++++++++++ boards.cfg | 2 +- include/configs/omap4_common.h | 16 ++- include/configs/omap5_common.h | 30 +++- include/configs/omap5_evm.h | 40 ------ include/configs/omap5_uevm.h | 40 ++++++ 11 files changed, 531 insertions(+), 505 deletions(-) delete mode 100644 board/ti/omap5_evm/Makefile delete mode 100644 board/ti/omap5_evm/evm.c delete mode 100644 board/ti/omap5_evm/mux_data.h create mode 100644 board/ti/omap5_uevm/Makefile create mode 100644 board/ti/omap5_uevm/evm.c create mode 100644 board/ti/omap5_uevm/mux_data.h delete mode 100644 include/configs/omap5_evm.h create mode 100644 include/configs/omap5_uevm.h
Series: Tested-by: Nishanth Menon nm@ti.com {assuming change stated in http://patchwork.ozlabs.org/patch/230283/ Acked-by: Nishanth Menon nm@ti.com
Thanks Nishanth. Posting V3 to include your patch.
Regards, Sricharan