Skip to content

Commit c9e9052

Browse files
committed
[NUC472/M453] remove redundant comment of flash_api
1 parent ab81466 commit c9e9052

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

targets/TARGET_NUVOTON/TARGET_M451/flash_api.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
// This is a flash algo binary blob. It is PIC (position independent code) that should be stored in RAM
2222
// NOTE: On ARMv7-M/ARMv8-M, instruction fetches are always little-endian.
2323
static uint32_t FLASH_ALGO[] = {
24-
// FIXME
2524
0x4603b530, 0x2164460c, 0x4dd72059, 0x20166028, 0xf8c5070d, 0x20880100, 0x0100f8c5, 0xf8d006c0,
2625
0xf0000100, 0xb9080001, 0xbd302001, 0x680048cf, 0x0004f040, 0x4580f04f, 0x0200f8c5, 0xf8d04628,
2726
0xf0400204, 0xf8c50004, 0xbf000204, 0xf1a11e08, 0xd1fb0101, 0x680048c6, 0x002df040, 0x60284dc4,
@@ -53,7 +52,6 @@ static uint32_t FLASH_ALGO[] = {
5352
};
5453

5554
static const flash_algo_t flash_algo_config = {
56-
// FIXME
5755
.init = 0x00000001,
5856
.uninit = 0x0000007f,
5957
.erase_sector = 0x000000a3,
@@ -67,7 +65,6 @@ static const sector_info_t sectors_info[] = {
6765
};
6866

6967
static const flash_target_config_t flash_target_config = {
70-
// FIXME
7168
.page_size = 0x800, // 2 KB
7269
.flash_start = 0x0,
7370
.flash_size = 0x40000, // 256 KB

targets/TARGET_NUVOTON/TARGET_NUC472/flash_api.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
// This is a flash algo binary blob. It is PIC (position independent code) that should be stored in RAM
2222
// NOTE: On ARMv7-M/ARMv8-M, instruction fetches are always little-endian.
2323
static uint32_t FLASH_ALGO[] = {
24-
// FIXME
2524
0x4603b530, 0x2164460c, 0x4dec2059, 0x20166028, 0xf8c5070d, 0x20880100, 0x0100f8c5, 0xf8d006c0,
2625
0xf0000100, 0xb9080001, 0xbd302001, 0x680048e4, 0x0004f040, 0x4580f04f, 0x0200f8c5, 0xf8d04628,
2726
0xf0400204, 0xf8c50004, 0xbf000204, 0xf1a11e08, 0xd1fb0101, 0x680048db, 0x0021f040, 0x60284dd9,
@@ -56,7 +55,6 @@ static uint32_t FLASH_ALGO[] = {
5655
};
5756

5857
static const flash_algo_t flash_algo_config = {
59-
// FIXME
6058
.init = 0x00000001,
6159
.uninit = 0x0000009d,
6260
.erase_sector = 0x000000cb,
@@ -70,7 +68,6 @@ static const sector_info_t sectors_info[] = {
7068
};
7169

7270
static const flash_target_config_t flash_target_config = {
73-
// FIXME
7471
.page_size = 0x800, // 2 KB
7572
.flash_start = 0x0,
7673
.flash_size = 0x80000, // 512 KB

0 commit comments

Comments
 (0)