diff options
| author | Javier Martinez Canillas <[email protected]> | 2013-09-02 10:04:01 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-11-01 15:30:44 -0400 |
| commit | 4225f1a14dd402c8201c817fe576ec37055ccf92 (patch) | |
| tree | a58856a45205b00c5ca935ad1e05e852a89ce722 | |
| parent | a1c143f4c8fae3f8cf9dfd39968dbc8a08f659ec (diff) | |
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 <[email protected]>
Acked-by: Enric Balletbo i Serra <[email protected]>
| -rw-r--r-- | boards.cfg | 2 | ||||
| -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 7869474c696..0124db1deaf 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 <[email protected]> Active arm armv7 - armltd vexpress vexpress_ca9x4 - Matt Waddel <[email protected]> -Active arm armv7 am33xx isee igep0033 igep0033 - Enric Balletbo i Serra <[email protected]> +Active arm armv7 am33xx isee igep0033 am335x_igep0033 - Enric Balletbo i Serra <[email protected]> Active arm armv7 am33xx phytec pcm051 pcm051 pcm051 Lars Poeschel <[email protected]> Active arm armv7 am33xx siemens dxr2 dxr2 - Roger Meier <[email protected]> Active arm armv7 am33xx siemens pxm2 pxm2 - Roger Meier <[email protected]> diff --git a/include/configs/igep0033.h b/include/configs/am335x_igep0033.h index 3e18a657faa..3e18a657faa 100644 --- a/include/configs/igep0033.h +++ b/include/configs/am335x_igep0033.h |
