9 lines
216 B
C
9 lines
216 B
C
#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_ */
|