mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
PXA: Fixup PXA25x boards after start.S update
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
This commit is contained in:
parent
7f4cfcf40d
commit
00d5ec937d
4 changed files with 4 additions and 4 deletions
|
@ -175,7 +175,7 @@
|
||||||
#define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1
|
#define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1
|
||||||
|
|
||||||
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
||||||
#define CONFIG_SYS_INIT_SP_ADDR (GENERATED_GBL_DATA_SIZE + PHYS_SDRAM_1)
|
#define CONFIG_SYS_INIT_SP_ADDR 0xfffff800
|
||||||
|
|
||||||
#define FPGA_REGS_BASE_PHYSICAL 0x08000000
|
#define FPGA_REGS_BASE_PHYSICAL 0x08000000
|
||||||
|
|
||||||
|
|
|
@ -157,7 +157,7 @@
|
||||||
#define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_DRAM_BASE
|
#define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_DRAM_BASE
|
||||||
|
|
||||||
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
||||||
#define CONFIG_SYS_INIT_SP_ADDR (GENERATED_GBL_DATA_SIZE + PHYS_SDRAM_1)
|
#define CONFIG_SYS_INIT_SP_ADDR 0xfffff800
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NOR FLASH
|
* NOR FLASH
|
||||||
|
|
|
@ -291,7 +291,7 @@
|
||||||
#define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1
|
#define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1
|
||||||
|
|
||||||
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
||||||
#define CONFIG_SYS_INIT_SP_ADDR (GENERATED_GBL_DATA_SIZE + PHYS_SDRAM_1)
|
#define CONFIG_SYS_INIT_SP_ADDR 0xfffff800
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* GPIO settings
|
* GPIO settings
|
||||||
|
|
|
@ -168,7 +168,7 @@
|
||||||
#define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1
|
#define CONFIG_SYS_FLASH_BASE PHYS_FLASH_1
|
||||||
|
|
||||||
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
||||||
#define CONFIG_SYS_INIT_SP_ADDR (GENERATED_GBL_DATA_SIZE + PHYS_SDRAM_1)
|
#define CONFIG_SYS_INIT_SP_ADDR 0xfffff800
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FLASH and environment organization
|
* FLASH and environment organization
|
||||||
|
|
Loading…
Reference in a new issue