From c4478b68a4c2e4e3f1a613b671319a3c8b5a11b8 Mon Sep 17 00:00:00 2001 From: forth32 Date: Tue, 7 Apr 2015 07:33:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BA=D0=BE=D0=B4=D1=8B=20=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D0=B4=D0=B5=D0=BB=D0=BE=D0=B2=20=D0=BE=D1=82=203372-=D0=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- balong_flash.c | 6 ++++++ 1 file changed, 6 insertions(+) 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},