diff options
author | John Crispin <blogic@openwrt.org> | 2011-02-01 21:38:07 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-02-01 21:38:07 +0000 |
commit | dafef5a4f91473021f2a64805bcf8a966d4cbf9d (patch) | |
tree | a4324fa0af6620ea3eca5d20ff48fa1e4b1f8468 /package/uboot-ifxmips/patches/120-eon_flash.patch | |
parent | 6e4ae864800fb754be7bdb180deb04ca31588c92 (diff) | |
download | upstream-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.tar.gz upstream-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.tar.bz2 upstream-dafef5a4f91473021f2a64805bcf8a966d4cbf9d.zip |
drop uboot-ifxmips, use uboot-lantiq instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-ifxmips/patches/120-eon_flash.patch')
-rw-r--r-- | package/uboot-ifxmips/patches/120-eon_flash.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/uboot-ifxmips/patches/120-eon_flash.patch b/package/uboot-ifxmips/patches/120-eon_flash.patch deleted file mode 100644 index 0b0da3c69b..0000000000 --- a/package/uboot-ifxmips/patches/120-eon_flash.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/board/ifx/danube/flash.c -+++ b/board/ifx/danube/flash.c -@@ -470,7 +470,10 @@ ulong flash_get_size (FPWV *addr, flash_ - case (uchar)MX_MANUFACT: // 0x00c2 - info->flash_id = FLASH_MAN_MX ;//0x00030000 - break; -- -+ case (uchar)EON_MANUFACT: -+ printf("%s:%s[%d]\n", __FILE__, __func__, __LINE__); -+ info->flash_id = FLASH_MAN_AMD ; -+ break; - default: - info->flash_id = FLASH_UNKNOWN; - info->sector_count = 0; ---- a/include/flash.h -+++ b/include/flash.h -@@ -130,6 +130,7 @@ extern void flash_read_factory_serial(fl - #define TOSH_MANUFACT 0x00980098 /* TOSHIBA manuf. ID in D23..D16, D7..D0 */ - #define MT2_MANUFACT 0x002C002C /* alternate MICRON manufacturer ID*/ - #define EXCEL_MANUFACT 0x004A004A /* Excel Semiconductor */ -+#define EON_MANUFACT 0x0000007F - - #define EON_ID_EN29LV320B 0x22f9 - #define FLASH_29LV320B 0xE0 |