Merge common ARM CPU/MMU code
This is to make sure all ARM platforms will benefit from planned work on this MMU/CPU code. The less code duplicated, the better. Compile-tested for all supported ARM platforms
This commit is contained in:
@@ -77,8 +77,8 @@
|
||||
#define VECT_BASE 0xFFFF0000
|
||||
#define VECT_SIZE SIZE_4K
|
||||
|
||||
#define PERIPHERAL_BASE BCM2708_PERIPHERAL_BASE
|
||||
#define PERIPHERAL_SIZE 0xFFFFFF
|
||||
#define DEVICE_BASE BCM2708_PERIPHERAL_BASE
|
||||
#define DEVICE_SIZE 0xFFFFFF
|
||||
|
||||
#define SDRAM_BASE BCM2708_SDRAM_BASE
|
||||
#define SDRAM_SIZE 0x4000000
|
||||
|
||||
Reference in New Issue
Block a user