On Thu, 23 Jul 2009 21:01:01 +0200
Wolfgang Denk <w...@denx.de> wrote:

>       FLASH: ## Unknown FLASH on Bank 1 - Size = 0x02000000 = 0 MB
>       32 MB
>       PCI:   Bus Dev VenId DevId Class Int
>               00  0b  104c  ac55  0607  ff
>               00  0b  104c  ac55  0607  ff
>       => fli
> 
>       Bank # 1: missing or unknown FLASH type
> 
> Probably because of caching?

ahem, I just noticed I accidentally broke the TQM8349 with commit
9993e19 (but pci still works?) - anyway, can you tell me if this fixes
it?:

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)

Thanks,

Kim
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to