Remove code replaced by memory_map.hpp.

This commit is contained in:
Jared Boone 2015-08-20 17:50:20 -07:00
parent 4b7780f5c6
commit bd791a8512

View File

@ -59,9 +59,6 @@ constexpr region_t application {
.size = 0x40000,
};
// TODO: Refactor into another header that defines memory regions.
constexpr void* m4_text_ram_base = reinterpret_cast<void*>(0x10080000);
} /* namespace spi_flash */
} /* namespace portapack */