changes XIP start address
This commit is contained in:
8
env/ehrenberg/platform.h
vendored
8
env/ehrenberg/platform.h
vendored
@@ -39,11 +39,15 @@
|
||||
#define dma PERIPH(dma_t, APB_BASE + 0xB0000)
|
||||
#define msgif PERIPH(mkcontrolclusterstreamcontroller_t, APB_BASE + 0xC0000)
|
||||
|
||||
#include "ehrenberg/devices/flexki_messages.h"
|
||||
#include "ehrenberg/devices/fki_cluster_info.h"
|
||||
#include "ehrenberg/devices/flexki_messages.h"
|
||||
|
||||
#define XIP_START_LOC 0xE0040000
|
||||
#ifndef XIP_START_LOC
|
||||
#define XIP_START_LOC 0xE0000000
|
||||
#endif
|
||||
#ifndef RAM_START_LOC
|
||||
#define RAM_START_LOC 0xC0000000
|
||||
#endif
|
||||
|
||||
// Misc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user