Added RAM_AREA_START and RAM_AREA_LENGTH macros.

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@100 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 23 years ago
parent 895aacfcbf
commit 9ec5a8bdd8

@ -37,4 +37,7 @@
#define DEBUG_PORT_BASE STUART_BASE
#define RAM_AREA_START 0xA0000000
#define RAM_AREA_LENGTH 0x10000000
#endif /* PLATFORM_WEP_H */

@ -42,4 +42,7 @@
#define WID_GPIO_BCR_MASK bit(17)
#define RAM_AREA_START 0xC0000000
#define RAM_AREA_LENGTH 0x20000000
#endif /* PLATFORM_WID_H */

Loading…
Cancel
Save