summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@dowhile0.org>2013-09-02 10:04:01 +0200
committerTom Rini <trini@ti.com>2013-11-01 15:30:44 -0400
commit4225f1a14dd402c8201c817fe576ec37055ccf92 (patch)
treea58856a45205b00c5ca935ad1e05e852a89ce722
parenta1c143f4c8fae3f8cf9dfd39968dbc8a08f659ec (diff)
downloadblackbird-obmc-uboot-4225f1a14dd402c8201c817fe576ec37055ccf92.tar.gz
blackbird-obmc-uboot-4225f1a14dd402c8201c817fe576ec37055ccf92.zip
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 <javier.martinez@collabora.co.uk> Acked-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
-rw-r--r--boards.cfg2
-rw-r--r--include/configs/am335x_igep0033.h (renamed from include/configs/igep0033.h)0
2 files changed, 1 insertions, 1 deletions
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 <matt.waddel@linaro.org>
Active arm armv7 - armltd vexpress vexpress_ca9x4 - Matt Waddel <matt.waddel@linaro.org>
-Active arm armv7 am33xx isee igep0033 igep0033 - Enric Balletbo i Serra <eballetbo@iseebcn.com>
+Active arm armv7 am33xx isee igep0033 am335x_igep0033 - Enric Balletbo i Serra <eballetbo@iseebcn.com>
Active arm armv7 am33xx phytec pcm051 pcm051 pcm051 Lars Poeschel <poeschel@lemonage.de>
Active arm armv7 am33xx siemens dxr2 dxr2 - Roger Meier <r.meier@siemens.com>
Active arm armv7 am33xx siemens pxm2 pxm2 - Roger Meier <r.meier@siemens.com>
diff --git a/include/configs/igep0033.h b/include/configs/am335x_igep0033.h
index 3e18a657fa..3e18a657fa 100644
--- a/include/configs/igep0033.h
+++ b/include/configs/am335x_igep0033.h
OpenPOWER on IntegriCloud