summaryrefslogtreecommitdiffstats
path: root/sdma-gen-image.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-02-28 08:48:14 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-02-28 08:49:54 +0100
commit5beb53b6ca42a6f13475cbf274a3492eeed1433d (patch)
treec9836e1be8ef5f3e1a8ff6fc11afe9f9b77497a5 /sdma-gen-image.c
parent0ad533d84e1dbd53b165ad4593de97079935c74d (diff)
downloadsdma-firmware-5beb53b6ca42a6f13475cbf274a3492eeed1433d.tar.gz
sdma-firmware-5beb53b6ca42a6f13475cbf274a3492eeed1433d.tar.xz
i.MX51: replace to3 firmware with new one from FSL bsp
The firmware we added as the one for to2 is actually a firmware from the new FSL 2.6.35 kernel and is meant for all i.MX51 versions, so replace the old i.MX51 firmware with this one. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'sdma-gen-image.c')
-rw-r--r--sdma-gen-image.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sdma-gen-image.c b/sdma-gen-image.c
index 6c3e0aa..6174322 100644
--- a/sdma-gen-image.c
+++ b/sdma-gen-image.c
@@ -35,7 +35,6 @@ static struct sdma_firmware *firmwares[] = {
&sdma_imx35_to1,
&sdma_imx35_to2,
&sdma_imx51_to3,
- &sdma_imx51_to2,
};
static int gen_one(struct sdma_firmware *fw)