started m5484 LITEKIT port

This commit is contained in:
Markus Fröschle
2013-10-28 11:07:55 +00:00
parent f7b68f912c
commit b467eb73c7
3 changed files with 19 additions and 2 deletions

8
include/firebee.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _FIREBEE_H_
#define _FIREBEE_H_
#define BOOTFLASH_BASE_ADDRESS 0xE0000000
#define BOOTFLASH_SIZE 0x800000
#define BOOTFLASH_BAM (BOOTFLASH_SIZE - 1)
#endif /* _FIREBEE_H_ */