diff --git a/include/firebee.h b/include/firebee.h index 1c4d9ad..7ebc2e5 100644 --- a/include/firebee.h +++ b/include/firebee.h @@ -27,23 +27,23 @@ * Author: Markus Fröschle */ -#define SYSCLK 132000 +#define SYSCLK 132000 -#define BOOTFLASH_BASE_ADDRESS 0xE0000000 -#define BOOTFLASH_SIZE 0x800000 /* FireBee has 8 MByte Flash */ -#define BOOTFLASH_BAM (BOOTFLASH_SIZE - 1) +#define BOOTFLASH_BASE_ADDRESS 0xE0000000 +#define BOOTFLASH_SIZE 0x800000 /* FireBee has 8 MByte Flash */ +#define BOOTFLASH_BAM (BOOTFLASH_SIZE - 1) -#define SDRAM_START 0x00000000 /* start at address 0 */ -#define SDRAM_SIZE 0x20000000 /* 512 MB on the Firebee */ +#define SDRAM_START 0x00000000 /* start at address 0 */ +#define SDRAM_SIZE 0x20000000 /* 512 MB on the Firebee */ #ifdef COMPILE_RAM -#define TARGET_ADDRESS (SDRAM_START + SDRAM_SIZE - 0x100000) +#define TARGET_ADDRESS (SDRAM_START + SDRAM_SIZE - 0x100000) #else -#define TARGET_ADDRESS BOOTFLASH_BASE_ADDRESS +#define TARGET_ADDRESS BOOTFLASH_BASE_ADDRESS #endif /* COMPILE_RAM */ -#define USB_BUFFER_SIZE 0x80000 +#define USB_BUFFER_SIZE 0x80000 #define EMUTOS_BASE_ADDRESS 0xe0600000 diff --git a/include/m5484l.h b/include/m5484l.h index dfd35af..8795285 100644 --- a/include/m5484l.h +++ b/include/m5484l.h @@ -29,11 +29,11 @@ #define SYSCLK 100000 -#define BOOTFLASH_BASE_ADDRESS 0xe0000000 -#define BOOTFLASH_SIZE 0x400000 /* LITEKIT has 4MB flash */ +#define BOOTFLASH_BASE_ADDRESS 0xe0000000 +#define BOOTFLASH_SIZE 0x400000 /* LITEKIT has 4MB flash */ #define BOOTFLASH_BAM (BOOTFLASH_SIZE - 1) -#define SDRAM_START 0x00000000 /* start at address 0 */ +#define SDRAM_START 0x00000000 /* start at address 0 */ #define SDRAM_SIZE 0x4000000 /* 64 MB on the LITEKIT */ #ifdef COMPILE_RAM @@ -42,8 +42,8 @@ #define TARGET_ADDRESS BOOTFLASH_BASE_ADDRESS #endif /* COMPILE_RAM */ -#define USB_BUFFER_SIZE 0x80000 +#define USB_BUFFER_SIZE 0x80000 -#define EMUTOS_BASE_ADDRESS 0xe0100000 +#define EMUTOS_BASE_ADDRESS 0xe0100000 #endif /* _M5484L_H_ */