diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-22 12:55:01 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-22 12:55:01 +0000 |
commit | f4446e8f9e1be2d0b78ef493740b8871e20c8e57 (patch) | |
tree | 44bd3fae7a20040579a8baa390863bafe433a99f /package/boot/uboot-lantiq/patches/0015-sf-macronix-add-support-for-MX66L51235L.patch | |
parent | 1e8c389c62b26ad61d7bbecf18e7686ad12a648c (diff) |
uboot-lantiq: upgrade to 2013.01
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35292 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-lantiq/patches/0015-sf-macronix-add-support-for-MX66L51235L.patch')
-rw-r--r-- | package/boot/uboot-lantiq/patches/0015-sf-macronix-add-support-for-MX66L51235L.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/package/boot/uboot-lantiq/patches/0015-sf-macronix-add-support-for-MX66L51235L.patch b/package/boot/uboot-lantiq/patches/0015-sf-macronix-add-support-for-MX66L51235L.patch new file mode 100644 index 0000000000..fbc22e4453 --- /dev/null +++ b/package/boot/uboot-lantiq/patches/0015-sf-macronix-add-support-for-MX66L51235L.patch @@ -0,0 +1,21 @@ +From a2d80b6b91ac63beea31455ce8d136230c030500 Mon Sep 17 00:00:00 2001 +From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> +Date: Wed, 7 Nov 2012 15:14:40 +0100 +Subject: sf: macronix: add support for MX66L51235L + +Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> + +--- a/drivers/mtd/spi/macronix.c ++++ b/drivers/mtd/spi/macronix.c +@@ -84,6 +84,11 @@ static const struct macronix_spi_flash_p + .nr_blocks = 512, + .name = "MX25L25635E", + }, ++ { ++ .idcode = 0x201A, ++ .nr_blocks = 1024, ++ .name = "MX66L51235L", ++ }, + }; + + static __maybe_unused int macronix_set_4byte_mode(struct spi_flash *flash) |