Index: btflash.c
===================================================================
RCS file: /cvs/bootldr/btflash.c,v
retrieving revision 1.51
diff -u -r1.51 btflash.c
--- btflash.c	20 Mar 2002 13:52:26 -0000	1.51
+++ btflash.c	11 Apr 2002 05:18:20 -0000
@@ -95,7 +95,7 @@
    bothbanks(1), bothbanks(0x2249), 
    &amdFlashAlgorithm,
    sizeof(flashSectors_Am29LV160BB)/sizeof(dword) - 1, flashSectors_Am29LV160BB,
-   { "bootldr",   0x00000000, 0x0000c000, LFR_PATCH_BOOTLDR },
+   { "bootldr",   0x00000000, 0x0000c000, LFR_BOOTLDR },
    //{ "params",    0x0000c000, 0x00004000, 0 },
    //{ "kernel",    0x00010000, 0x00200000, 0 },
    { "root",    0x00010000, 0x0, LFR_EXPAND|LFR_JFFS2 },
@@ -183,7 +183,7 @@
    bothbanks(1), bothbanks(0x2250), 
    &amdFlashAlgorithm,
    sizeof(flashSectors_Am29DL323CT)/sizeof(dword) - 1, flashSectors_Am29DL323CT,
-   { "bootldr",   0x00000000, 0x00020000, LFR_PATCH_BOOTLDR },
+   { "bootldr",   0x00000000, 0x00020000, LFR_BOOTLDR },
    //{ "params",    0x007f4000, 0x00004000, 0 },
    //{ "kernel",    0x00020000, 0x000e0000, 0 },
    { "root",    0x00020000, 0x0, LFR_EXPAND|LFR_JFFS2 },
@@ -262,7 +262,7 @@
    bothbanks(1), bothbanks(0x2253), 
    &amdFlashAlgorithm,
    sizeof(flashSectors_Am29DL323CB)/sizeof(dword) - 1, flashSectors_Am29DL323CB,
-   { "bootldr",   0x00000000, 0x00020000, LFR_PATCH_BOOTLDR },
+   { "bootldr",   0x00000000, 0x00020000, LFR_BOOTLDR },
    //{ "params",    0x007e0000, 0x00004000, 0 },
    //{ "kernel",    0x00020000, 0x000e0000, 0 },
    { "root",    0x00020000, 0x0, LFR_EXPAND|LFR_JFFS2 },
@@ -431,7 +431,7 @@
    &intelFlashAlgorithm_1x16,
    sizeof(flashSectors_28F128J3A_1x16)/sizeof(dword) - 1,
    flashSectors_28F128J3A_1x16,
-   { "bootldr",   0x00000000, 0x00040000, LFR_PATCH_BOOTLDR },
+   { "bootldr",   0x00000000, 0x00040000, LFR_BOOTLDR },
    //{ "params",    0x00020000, 0x00020000, 0 },
    //{ "kernel",    0x00040000, 0x000c0000, 0 }
    { "root",    0x00040000, 0x0, LFR_EXPAND|LFR_JFFS2 },
@@ -584,7 +584,7 @@
    bothbanks(0x89), bothbanks(0x18), 
    &intelFlashAlgorithm,
    sizeof(flashSectors_28F128J3A)/sizeof(dword) - 1, flashSectors_28F128J3A,
-   { "bootldr",   0x00000000, 0x00040000, LFR_PATCH_BOOTLDR },
+   { "bootldr",   0x00000000, 0x00040000, LFR_BOOTLDR },
 #if defined(CONFIG_BIG_KERNEL)
    //{ "params",    0x00040000, 0x00040000, 0 },
    //{ "kernel",    0x00080000, 0x000c0000, 0 },
@@ -668,7 +668,7 @@
    bothbanks(0x89), bothbanks(0x17), 
    &intelFlashAlgorithm,
    sizeof(flashSectors_28F640J3A)/sizeof(dword) - 1, flashSectors_28F640J3A,
-   { "bootldr",   0x00000000, 0x00040000, LFR_PATCH_BOOTLDR },
+   { "bootldr",   0x00000000, 0x00040000, LFR_BOOTLDR },
 #if defined(CONFIG_BIG_KERNEL)
    //{ "params",    0x00040000, 0x00040000, 0 },
    //{ "kernel",    0x00080000, 0x000c0000, 0 },
@@ -725,7 +725,7 @@
    bothbanks(0x89), bothbanks(0xd0), 
    &intelFlashAlgorithm,
    sizeof(flashSectors_28F160B3)/sizeof(dword) - 1, flashSectors_28F160B3,
-   { "bootldr",   0x00000000, 0x0001c000, LFR_PATCH_BOOTLDR },
+   { "bootldr",   0x00000000, 0x0001c000, LFR_BOOTLDR },
    //{ "params",    0x0001c000, 0x00004000, 0 },
    //{ "kernel",    0x00020000, 0x00100000, 0 },
    { "root",    0x00020000, 0x0, LFR_EXPAND|LFR_JFFS2 },
@@ -781,7 +781,7 @@
    bothbanks(0xb0), bothbanks(0xd0), 
    &intelFlashAlgorithm,
    sizeof(flashSectors_28F160S3)/sizeof(dword) - 1, flashSectors_28F160S3,
-   { "bootldr",   0x00000000, 0x00020000, LFR_PATCH_BOOTLDR },
+   { "bootldr",   0x00000000, 0x00020000, LFR_BOOTLDR },
    { "params",    0x00020000, 0x00020000, 0 },
 };
 

