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/m5484l.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _M5484L_H_
#define _M5484L_H_
#define BOOTFLASH_BASE_ADDRESS 0xE0000000
#define BOOTFLASH_SIZE 0x400000 /* LITEKIT has 4Mb flash */
#define BOOTFLASH_BAM (BOOTFLASH_SIZE - 1)
#endif /* _M5484L_H_ */