diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-07-09 15:25:01 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-07-11 10:45:58 -0600 |
commit | f94945b517f10e01927101679c62361e03d4e837 (patch) | |
tree | 451e0f276cc7b3fc71535fb1b5533498c07157ce | |
parent | 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab (diff) | |
download | u-boot-imx-f94945b517f10e01927101679c62361e03d4e837.zip u-boot-imx-f94945b517f10e01927101679c62361e03d4e837.tar.gz u-boot-imx-f94945b517f10e01927101679c62361e03d4e837.tar.bz2 |
ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
-rwxr-xr-x | MAKEALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -701,7 +701,7 @@ LIST_coldfire=" \ M52277EVB \ M5235EVB \ M5249EVB \ - M5253EVB \ + M5253EVBE \ M5271EVB \ M5272C3 \ M5275EVB \ |