added uart05. dumped identification registers to see/confirm the RPi2 is using a cortex-a7 r0p5
This commit is contained in:
12
uart05/memmap
Normal file
12
uart05/memmap
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
MEMORY
|
||||
{
|
||||
ram : ORIGIN = 0x8000, LENGTH = 0x1000
|
||||
}
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
.text : { *(.text*) } > ram
|
||||
.bss : { *(.bss*) } > ram
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user