From: Javier Martinez Canillas Date: Mon, 2 Sep 2013 08:04:01 +0000 (+0200) Subject: ARM: IGEP0033: rename config file to am335x_igep0033.h X-Git-Tag: v2025.01-rc5-pxa1908~15658^2~29 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=4225f1a14dd402c8201c817fe576ec37055ccf92;p=u-boot.git ARM: IGEP0033: rename config file to am335x_igep0033.h There seems to be a naming convention for the configuration files for boards using the same SoC family. This makes easier to do changes that affect different boards based on the same SoC. Since the IGEP COM AQUILA use a TI AM335x processor is better to rename its board config to use this naming scheme. Signed-off-by: Javier Martinez Canillas Acked-by: Enric Balletbo i Serra --- diff --git a/boards.cfg b/boards.cfg index 7869474c69..0124db1dea 100644 --- a/boards.cfg +++ b/boards.cfg @@ -246,7 +246,7 @@ Active arm arm946es - armltd integrator Active arm armv7 - armltd vexpress vexpress_ca15_tc2 - - Active arm armv7 - armltd vexpress vexpress_ca5x2 - Matt Waddel Active arm armv7 - armltd vexpress vexpress_ca9x4 - Matt Waddel -Active arm armv7 am33xx isee igep0033 igep0033 - Enric Balletbo i Serra +Active arm armv7 am33xx isee igep0033 am335x_igep0033 - Enric Balletbo i Serra Active arm armv7 am33xx phytec pcm051 pcm051 pcm051 Lars Poeschel Active arm armv7 am33xx siemens dxr2 dxr2 - Roger Meier Active arm armv7 am33xx siemens pxm2 pxm2 - Roger Meier diff --git a/include/configs/igep0033.h b/include/configs/am335x_igep0033.h similarity index 100% rename from include/configs/igep0033.h rename to include/configs/am335x_igep0033.h