mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
MUNICes: Set the right CFG_DEFAULT_MBAR value.
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
5fb2b2342e
commit
fa05664cd8
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@
|
||||||
* Memory map
|
* Memory map
|
||||||
*/
|
*/
|
||||||
#define CFG_MBAR 0xF0000000 /* MBAR hast to be switched by other bootloader or debugger config */
|
#define CFG_MBAR 0xF0000000 /* MBAR hast to be switched by other bootloader or debugger config */
|
||||||
|
|
||||||
|
#define CFG_DEFAULT_MBAR 0x80000000
|
||||||
#define CFG_SDRAM_BASE 0x00000000
|
#define CFG_SDRAM_BASE 0x00000000
|
||||||
/* Use SRAM until RAM will be available */
|
/* Use SRAM until RAM will be available */
|
||||||
#define CFG_INIT_RAM_ADDR MPC5XXX_SRAM
|
#define CFG_INIT_RAM_ADDR MPC5XXX_SRAM
|
||||||
|
|
Loading…
Reference in a new issue