Remove usage of hal_flash_align

`hal_flash_*` functions were replaced by `flash_area_*` with similar
functionality.

Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
Fabio Utzig 2018-08-09 14:19:24 -03:00 committed by Fabio Utzig
parent eb1e8d465f
commit fc711e3de9
1 changed files with 0 additions and 6 deletions

View File

@ -127,12 +127,6 @@ int hal_flash_erase(uint8_t flash_id, uint32_t address,
return sim_flash_erase(address, num_bytes);
}
uint8_t hal_flash_align(uint8_t flash_id)
{
(void)flash_id;
return sim_flash_align;
}
void *os_malloc(size_t size)
{
// printf("os_malloc 0x%x bytes\n", size);