LPC1788 cfg in 0.7.0 wrong memory size

Hi all

The question is about lpc1788.cfg in openocd 0.7.0

lpc1788.cfg :

    # NXP LPC1788 Cortex-M3 with 512kB Flash and 64kB Local On-Chip SRAM,
    set CHIPNAME lpc1788
    set CPUTAPID 0x4ba00477
    set CPURAMSIZE 0x10000
    set CPUROMSIZE 0x80000

But it actually has 96kB (64kB main RAM + 2 banks of peripheral RAM), so CPURAMSIZE has to be 0x18000 http://www.nxp.com/products/microcontro … ET208.html

Is it OK?