Fix AT91SAM9260 to work with PA rather than VA device addresses.

This commit is contained in:
Warner Losh 2014-02-01 17:53:35 +00:00
parent 06763f5e55
commit a865b1a02e

View File

@ -251,12 +251,12 @@
* other * soc's so phyical and vm address
* mapping are unique. XXX
*/
#define AT91SAM9260_OHCI_BASE 0xdfc00000
#define AT91SAM9260_OHCI_PA_BASE 0x00500000
#define AT91SAM9260_OHCI_VA_BASE 0xdfc00000
#define AT91SAM9260_OHCI_BASE 0x00500000
#define AT91SAM9260_OHCI_SIZE 0x00100000
#define AT91SAM9260_NAND_BASE 0xe0000000
#define AT91SAM9260_NAND_PA_BASE 0x40000000
#define AT91SAM9260_NAND_VA_BASE 0xe0000000
#define AT91SAM9260_NAND_BASE 0x40000000
#define AT91SAM9260_NAND_SIZE 0x10000000