diff --git a/components/storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json b/components/storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json index 49b4cdb7b9..c89adc1cd5 100644 --- a/components/storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json +++ b/components/storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json @@ -14,6 +14,10 @@ "REALTEK_RTL8195AM": { "base-address": "0x1C0000", "size": "0x40000" + }, + "FVP_MPS2_M3": { + "base-address": "0x00200000", + "size": "0x200000" } } } diff --git a/targets/targets.json b/targets/targets.json index 0e3c689070..c44efe055c 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -8058,7 +8058,7 @@ "USTICKER" ], "release_versions": ["5"], - "components_add": ["LAN91C111"], + "components_add": ["LAN91C111", "FLASHIAP"], "overrides": { "network-default-interface-type": "ETHERNET" }