]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/MPC8572DS.h
85xx: separate FLASH BASE virtual from physical address
authorKumar Gala <galak@kernel.crashing.org>
Tue, 2 Dec 2008 20:19:34 +0000 (14:19 -0600)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Fri, 23 Jan 2009 23:03:13 +0000 (17:03 -0600)
commitc953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
treed0057760ae704d3a5a6fe30803243cdbb3d923b1
parent52b565f5ad23b682489055b187767d8bf1c2e444
85xx: separate FLASH BASE virtual from physical address

Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.

This allows us to deal with 36-bit phys on these boards in the future.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Andy Fleming <afleming@freescale.com>
board/freescale/mpc8536ds/law.c
board/freescale/mpc8536ds/mpc8536ds.c
board/freescale/mpc8536ds/tlb.c
board/freescale/mpc8572ds/law.c
board/freescale/mpc8572ds/mpc8572ds.c
board/freescale/mpc8572ds/tlb.c
include/configs/MPC8536DS.h
include/configs/MPC8572DS.h