X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fuboot-ifxmips%2Fpatches%2F120-eon_flash.patch;h=0b0da3c69b71ff486291088f455eda905a323029;hb=a1b087b6817e0d82b92ce55217c77ae7ed36f73e;hp=0a2624c72b6c37a5869721d78a5101dcd7e2df6d;hpb=1b0ddf18aac17e2e4d2e722afeb8733fb056c963;p=openwrt.git diff --git a/package/uboot-ifxmips/patches/120-eon_flash.patch b/package/uboot-ifxmips/patches/120-eon_flash.patch index 0a2624c72b..0b0da3c69b 100644 --- a/package/uboot-ifxmips/patches/120-eon_flash.patch +++ b/package/uboot-ifxmips/patches/120-eon_flash.patch @@ -1,9 +1,7 @@ -Index: u-boot-1.1.5/board/ifx/danube/flash.c -=================================================================== ---- u-boot-1.1.5.orig/board/ifx/danube/flash.c 2010-03-19 12:12:27.000000000 +0100 -+++ u-boot-1.1.5/board/ifx/danube/flash.c 2010-03-19 12:12:30.000000000 +0100 -@@ -477,7 +477,10 @@ - printf("%s:%s[%d]\n", __FILE__, __func__, __LINE__); +--- 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; - @@ -12,13 +10,11 @@ Index: u-boot-1.1.5/board/ifx/danube/flash.c + info->flash_id = FLASH_MAN_AMD ; + break; default: - printf("%s:%s[%d]\n", __FILE__, __func__, __LINE__); info->flash_id = FLASH_UNKNOWN; -Index: u-boot-1.1.5/include/flash.h -=================================================================== ---- u-boot-1.1.5.orig/include/flash.h 2010-03-19 12:16:23.000000000 +0100 -+++ u-boot-1.1.5/include/flash.h 2010-03-19 12:16:48.000000000 +0100 -@@ -130,6 +130,7 @@ + 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 */