mem_map: Make enum for addresses use u32 as the underlying type

This commit is contained in:
Lioncash 2014-12-03 23:34:22 -05:00 committed by ichfly
parent e03fc18a41
commit 09872aecea

View file

@ -16,7 +16,7 @@ typedef u32 PAddr; ///< Represents a pointer in the physical address space.
////////////////////////////////////////////////////////////////////////////////////////////////////
enum {
enum : u32 {
BOOTROM_SIZE = 0x00010000, ///< Bootrom (super secret code/data @ 0x8000) size
MPCORE_PRIV_SIZE = 0x00002000, ///< MPCore private memory region size
AXI_WRAM_SIZE = 0x00080000, ///< AXI WRAM size