|
@@ -26,7 +26,7 @@
|
|
|
#define ASPEED_SOC_IOMEM_SIZE 0x00200000
|
|
|
|
|
|
static const hwaddr aspeed_soc_ast2400_memmap[] = {
|
|
|
- [ASPEED_DEV_SPI_BOOT] = ASPEED_SOC_SPI_BOOT_ADDR,
|
|
|
+ [ASPEED_DEV_SPI_BOOT] = 0x00000000,
|
|
|
[ASPEED_DEV_IOMEM] = 0x1E600000,
|
|
|
[ASPEED_DEV_FMC] = 0x1E620000,
|
|
|
[ASPEED_DEV_SPI1] = 0x1E630000,
|
|
@@ -61,7 +61,7 @@ static const hwaddr aspeed_soc_ast2400_memmap[] = {
|
|
|
};
|
|
|
|
|
|
static const hwaddr aspeed_soc_ast2500_memmap[] = {
|
|
|
- [ASPEED_DEV_SPI_BOOT] = ASPEED_SOC_SPI_BOOT_ADDR,
|
|
|
+ [ASPEED_DEV_SPI_BOOT] = 0x00000000,
|
|
|
[ASPEED_DEV_IOMEM] = 0x1E600000,
|
|
|
[ASPEED_DEV_FMC] = 0x1E620000,
|
|
|
[ASPEED_DEV_SPI1] = 0x1E630000,
|