diff --git a/balong_flash.c b/balong_flash.c index 0db4eab..afafb24 100644 --- a/balong_flash.c +++ b/balong_flash.c @@ -23,13 +23,19 @@ struct { int code; } pcodes[]={ {"M3Boot",0x20000}, + {"M3Boot_R11",0x200000}, {"Ptable",0x10000}, {"Fastboot",0x110000}, {"Kernel",0x30000}, + {"Kernel_R11",0x90000}, {"VxWorks",0x40000}, + {"VxWorks_R11",0x220000}, {"M3Image",0x50000}, + {"M3Image_R11",0x230000}, {"DSP",0x60000}, + {"DSP_R11",0x240000}, {"NVRAM",0x70000}, + {"NVRAM_R11",0x250000}, {"System",0x590000}, {"APP",0x5a0000}, {"CD_WUI_VER",0xa0000},