diff --git a/libraries/AP_HAL_ChibiOS/hwdef/BeastH7/hwdef-bl.dat b/libraries/AP_HAL_ChibiOS/hwdef/BeastH7/hwdef-bl.dat index 33592caca5..cebb47ca31 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/BeastH7/hwdef-bl.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/BeastH7/hwdef-bl.dat @@ -15,10 +15,6 @@ FLASH_SIZE_KB 2048 # bootloader starts at zero offset FLASH_RESERVE_START_KB 0 -# use last 2 pages for flash storage -# H743 has 16 pages of 128k each -STORAGE_FLASH_PAGE 14 - # the location where the bootloader will put the firmware # the H743 has 128k sectors FLASH_BOOTLOADER_LOAD_KB 128 diff --git a/libraries/AP_HAL_ChibiOS/hwdef/KakuteH7/hwdef-bl.dat b/libraries/AP_HAL_ChibiOS/hwdef/KakuteH7/hwdef-bl.dat index 1d71a987c6..a39b007629 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/KakuteH7/hwdef-bl.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/KakuteH7/hwdef-bl.dat @@ -18,7 +18,6 @@ FLASH_RESERVE_START_KB 0 # the location where the bootloader will put the firmware FLASH_BOOTLOADER_LOAD_KB 128 -STORAGE_FLASH_PAGE 14 define HAL_STORAGE_SIZE 32768 # order of UARTs (and USB) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/KakuteH7Mini/hwdef-bl.dat b/libraries/AP_HAL_ChibiOS/hwdef/KakuteH7Mini/hwdef-bl.dat index 22500bc788..c66e93ba9d 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/KakuteH7Mini/hwdef-bl.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/KakuteH7Mini/hwdef-bl.dat @@ -18,7 +18,6 @@ FLASH_RESERVE_START_KB 0 # the location where the bootloader will put the firmware FLASH_BOOTLOADER_LOAD_KB 128 -STORAGE_FLASH_PAGE 14 define HAL_STORAGE_SIZE 32768 # order of UARTs (and USB) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/MambaH743v4/hwdef-bl.dat b/libraries/AP_HAL_ChibiOS/hwdef/MambaH743v4/hwdef-bl.dat index ff488ce4d5..1516669eea 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/MambaH743v4/hwdef-bl.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/MambaH743v4/hwdef-bl.dat @@ -18,8 +18,6 @@ FLASH_RESERVE_START_KB 0 # the location where the bootloader will put the firmware FLASH_BOOTLOADER_LOAD_KB 384 -STORAGE_FLASH_PAGE 1 - # order of UARTs (and USB) SERIAL_ORDER OTG1 diff --git a/libraries/AP_HAL_ChibiOS/hwdef/MatekH743/hwdef-bl.dat b/libraries/AP_HAL_ChibiOS/hwdef/MatekH743/hwdef-bl.dat index 1bf46917e9..b9e691cb3e 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/MatekH743/hwdef-bl.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/MatekH743/hwdef-bl.dat @@ -15,10 +15,6 @@ FLASH_SIZE_KB 2048 # bootloader starts at zero offset FLASH_RESERVE_START_KB 0 -# use last 2 pages for flash storage -# H743 has 16 pages of 128k each -STORAGE_FLASH_PAGE 14 - # the location where the bootloader will put the firmware # the H743 has 128k sectors FLASH_BOOTLOADER_LOAD_KB 128 diff --git a/libraries/AP_HAL_ChibiOS/hwdef/Sierra-F412/hwdef-bl.dat b/libraries/AP_HAL_ChibiOS/hwdef/Sierra-F412/hwdef-bl.dat index 609fc8440c..d5553d7573 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/Sierra-F412/hwdef-bl.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/Sierra-F412/hwdef-bl.dat @@ -24,7 +24,6 @@ define CH_CFG_ST_FREQUENCY 1000000 FLASH_SIZE_KB 1024 define HAL_STORAGE_SIZE 16384 -define STORAGE_FLASH_PAGE 1 # Enable the sensor voltage pin PC13 VDD_3V3_SENSORS_EN OUTPUT HIGH diff --git a/libraries/AP_HAL_ChibiOS/hwdef/Sierra-F9P/hwdef-bl.dat b/libraries/AP_HAL_ChibiOS/hwdef/Sierra-F9P/hwdef-bl.dat index 927d5bda72..84bc95a9d6 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/Sierra-F9P/hwdef-bl.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/Sierra-F9P/hwdef-bl.dat @@ -24,7 +24,6 @@ define CH_CFG_ST_FREQUENCY 1000000 FLASH_SIZE_KB 1024 define HAL_STORAGE_SIZE 16384 -define STORAGE_FLASH_PAGE 1 STDOUT_SERIAL SD1 STDOUT_BAUDRATE 57600 diff --git a/libraries/AP_HAL_ChibiOS/hwdef/SkystarsH7HD/hwdef-bl.dat b/libraries/AP_HAL_ChibiOS/hwdef/SkystarsH7HD/hwdef-bl.dat index 2bae841c56..e51f307f0e 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/SkystarsH7HD/hwdef-bl.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/SkystarsH7HD/hwdef-bl.dat @@ -21,9 +21,7 @@ FLASH_BOOTLOADER_LOAD_KB 128 # order of UARTs (and USB) SERIAL_ORDER OTG1 -# use last 2 pages for flash storage # H743 has 16 pages of 128k each -STORAGE_FLASH_PAGE 14 define HAL_STORAGE_SIZE 32768 # PA10 IO-debug-console diff --git a/libraries/AP_HAL_ChibiOS/hwdef/ZubaxGNSS/hwdef-bl.dat b/libraries/AP_HAL_ChibiOS/hwdef/ZubaxGNSS/hwdef-bl.dat index dc625eb320..53f4626d9e 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/ZubaxGNSS/hwdef-bl.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/ZubaxGNSS/hwdef-bl.dat @@ -27,7 +27,6 @@ define CH_CFG_ST_FREQUENCY 1000 FLASH_SIZE_KB 256 # store parameters in last 2 pages -STORAGE_FLASH_PAGE 126 define HAL_STORAGE_SIZE 800 # USART3 for debug