Add default address for FLASH mapping on the boot bus.

Reviewed by: jmallett, marcel
Obtained from: Juniper Networks, Inc
Author: Andrew Duane
This commit is contained in:
Marcel Moolenaar 2011-10-04 20:30:15 +00:00
parent 4699b5e472
commit eed142e1e9

View File

@ -297,4 +297,9 @@ extern int octeon_is_simulation(void);
*/
#define OCTEON_CHAR_LED_BASE_ADDR (0x1d020000 | (0x1ffffffffull << 31))
/*
* Default FLASH device (physical) base address
*/
#define OCTEON_FLASH_BASE_ADDR (0x1d040000ull)
#endif /* !OCTEON_PCMAP_REGS_H__ */