diff options
author | Wolfgang Denk <wd@denx.de> | 2009-08-22 00:24:54 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-08-22 00:24:54 +0200 |
commit | d52785d7f5fc6c5a410c1c6c0a3f527464a21927 (patch) | |
tree | 0b1ac674e53153b62329150305c2f88a5e2feba8 /include/configs/TQM834x.h | |
parent | 5b2da6a309266f21cbb68f06fcfdf9ba141022e7 (diff) | |
parent | 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde (diff) | |
download | u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.zip u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.tar.gz u-boot-imx-d52785d7f5fc6c5a410c1c6c0a3f527464a21927.tar.bz2 |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r-- | include/configs/TQM834x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 492bdcc..da08b7c 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -250,7 +250,7 @@ extern int tqm834x_num_flash_banks; #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ /* PCI1 host bridge */ -#define CONFIG_SYS_PCI1_MEM_BASE 0x80000000 +#define CONFIG_SYS_PCI1_MEM_BASE 0x90000000 #define CONFIG_SYS_PCI1_MEM_PHYS CONFIG_SYS_PCI1_MEM_BASE #define CONFIG_SYS_PCI1_MEM_SIZE 0x10000000 /* 256M */ #define CONFIG_SYS_PCI1_MMIO_BASE (CONFIG_SYS_PCI1_MEM_BASE + CONFIG_SYS_PCI1_MEM_SIZE) |