diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-12-02 16:08:38 -0600 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2009-01-23 17:03:13 -0600 |
commit | a6e04c344ad1eefd47a75484441b385da815b8df (patch) | |
tree | e26692c23590ac935001374f09adb08b443905cc /include | |
parent | 5f91ef6acdbadec33e0192049e2b24a1d9692f1d (diff) | |
download | u-boot-imx-a6e04c344ad1eefd47a75484441b385da815b8df.zip u-boot-imx-a6e04c344ad1eefd47a75484441b385da815b8df.tar.gz u-boot-imx-a6e04c344ad1eefd47a75484441b385da815b8df.tar.bz2 |
85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
of TLBs. This is what we should have always been using from the start.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MPC8568MDS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index 8b06739..77abe4f 100644 --- a/include/configs/MPC8568MDS.h +++ b/include/configs/MPC8568MDS.h @@ -337,6 +337,7 @@ extern unsigned long get_clock_freq(void); #define CONFIG_SYS_PCIE1_IO_SIZE 0x00800000 /* 8M */ #define CONFIG_SYS_SRIO_MEM_BUS 0xc0000000 +#define CONFIG_SYS_SRIO_MEM_PHYS 0xc0000000 #ifdef CONFIG_QE /* |