diff --git a/Targets/Bonito3a780e/include/bonito.h b/Targets/Bonito3a780e/include/bonito.h index c8dec3f4..ad5ada90 100644 --- a/Targets/Bonito3a780e/include/bonito.h +++ b/Targets/Bonito3a780e/include/bonito.h @@ -58,7 +58,7 @@ extern char *heaptop; #ifdef NVRAM_IN_FLASH # define NVRAM_SIZE 494 # define NVRAM_SECSIZE 500 -# define NVRAM_OFFS 0x0007f000 +# define NVRAM_OFFS 0x000ff000 # define ETHER_OFFS 494 /* Ethernet address base */ #else /* Use clock ram, 256 bytes only */ # define NVRAM_SIZE 114 diff --git a/Targets/Bonito3aserver/dev/pflash_tgt.h b/Targets/Bonito3aserver/dev/pflash_tgt.h index 04a95eed..77f92390 100644 --- a/Targets/Bonito3aserver/dev/pflash_tgt.h +++ b/Targets/Bonito3aserver/dev/pflash_tgt.h @@ -48,7 +48,7 @@ */ #define TARGET_FLASH_DEVICES_16 \ - { PHYS_TO_UNCACHED(BONITO_FLASH_BASE), 0x00080000, 1, 1, FL_BUS_8 }, \ + { PHYS_TO_UNCACHED(BONITO_FLASH_BASE), 0x00100000, 1, 1, FL_BUS_8 }, \ { PHYS_TO_UNCACHED(0x1e000000), 0x02000000, 1, 1, FL_BUS_16 }, \ { 0x00000000, 0x00000000 } diff --git a/Targets/Bonito3aserver/include/bonito.h b/Targets/Bonito3aserver/include/bonito.h index c8dec3f4..aa9a59a5 100644 --- a/Targets/Bonito3aserver/include/bonito.h +++ b/Targets/Bonito3aserver/include/bonito.h @@ -58,7 +58,7 @@ extern char *heaptop; #ifdef NVRAM_IN_FLASH # define NVRAM_SIZE 494 # define NVRAM_SECSIZE 500 -# define NVRAM_OFFS 0x0007f000 +# define NVRAM_OFFS 0x000fd800 # define ETHER_OFFS 494 /* Ethernet address base */ #else /* Use clock ram, 256 bytes only */ # define NVRAM_SIZE 114