proceed in porting to m5484l

This commit is contained in:
Markus Fröschle
2013-10-31 14:12:11 +00:00
parent 296507c430
commit faa07b02d1
5 changed files with 45 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
#ifdef MACHINE_FIREBEE
#include "firebee.h"
#endif /* MACHINE_FIREBEE */
#ifdef MACHINE_M5484LITE
#include "m5484l.h"
#endif /* MACHINE_M5484LITE */
MEMORY
{
flasher (WX) : ORIGIN = TARGET_ADDRESS, LENGTH = 0x00100000 /* target to load basflash */