[U-Boot] [PATCH 1/5] ARM: OMAP5: Rename omap5_evm.h to omap5_uevm.h
Sricharan R
r.sricharan at ti.com
Sat Mar 23 09:52:03 CET 2013
On Saturday 23 March 2013 01:54 PM, Sricharan R wrote:
> The omap5-uevm is the reference board name for OMAP5 soc
> based platform. So rename it accordingly.
>
> Signed-off-by: Sricharan R <r.sricharan at ti.com>
> ---
> 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/omap5_evm.h | 40 ------
> include/configs/omap5_uevm.h | 40 ++++++
> 9 files changed, 495 insertions(+), 495 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
Sorry, missed detecting renames while git format-patch.
Will post V2 for that.
Regards,
Sricharan
More information about the U-Boot
mailing list