From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sricharan R Date: Sat, 23 Mar 2013 14:22:03 +0530 Subject: [U-Boot] [PATCH 1/5] ARM: OMAP5: Rename omap5_evm.h to omap5_uevm.h In-Reply-To: <1364027053-31214-2-git-send-email-r.sricharan@ti.com> References: <1364027053-31214-1-git-send-email-r.sricharan@ti.com> <1364027053-31214-2-git-send-email-r.sricharan@ti.com> Message-ID: <514D6D33.5040104@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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