diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2010-10-22 00:20:26 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-10-22 02:17:23 -0500 |
commit | c00ac259f60112bb263a73f211ce3bb8f529c2c0 (patch) | |
tree | 478ac73efb3be07bc9603d3c1f4cecd06c317bde /MAINTAINERS | |
parent | 72fb68d53cfbe505319cbb4aa92a1fe7ecf3d4fb (diff) | |
download | u-boot-imx-c00ac259f60112bb263a73f211ce3bb8f529c2c0.zip u-boot-imx-c00ac259f60112bb263a73f211ce3bb8f529c2c0.tar.gz u-boot-imx-c00ac259f60112bb263a73f211ce3bb8f529c2c0.tar.bz2 |
xes: Make X-ES board names more generic
Some U-Boot images for X-ES boards support multiple products in the same
family. For example, the XPedite5370, XPedite5371, and XPedite5372 are
similar enough that one U-Boot image can work on all 3 cards. To make it
clear that a U-Boot image can work on boards of the same family, rename
the boards with the least significant digit of 'x'.
While we're at it, change the board config file and make targets to be
lowercase.
Also change the default uImage and fdt filenames to "board.uImage" and
"board.dtb" to be more generic.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2f61776..2da0561 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -462,10 +462,10 @@ Rune Torgersen <runet@innovsys.com> Peter Tyser <ptyser@xes-inc.com> - XPEDITE1000 PPC440GX - XPEDITE5170 MPC8640 - XPEDITE5200 MPC8548 - XPEDITE5370 MPC8572 + xpedite1000 PPC440GX + xpedite5170 MPC8640 + xpedite5200 MPC8548 + xpedite5370 MPC8572 David Updegraff <dave@cray.com> |