From 498b8db7f5ba6c4793cc2d235c7274408d0a63db Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 18 Apr 2004 22:26:17 +0000 Subject: * Patch by Matthew S. McClintock, 14 Apr 2004: fix initdram function for utx8245 board * Patch by Markus Pietrek, 14 Apr 2004: use ATAG_INITRD2 instead of deprecated ATAG_INITRD tag * Patch by Reinhard Meyer, 18 Apr 2004: provide the IDE Reset Function for EMK 5200 boards * Patch by Masami Komiya, 12 Apr 2004: fix pci_hose_write_config_{byte,word}_via_dword problems --- include/configs/TOP5200.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'include/configs/TOP5200.h') diff --git a/include/configs/TOP5200.h b/include/configs/TOP5200.h index aa6dcf8..e46f5e4 100644 --- a/include/configs/TOP5200.h +++ b/include/configs/TOP5200.h @@ -94,7 +94,11 @@ # define CONFIG_USB_OHCI # define CONFIG_USB_CLOCK 0x0001bbbb -# define CONFIG_USB_CONFIG 0x00005000 +# if defined (CONFIG_EVAL5200) +# define CONFIG_USB_CONFIG 0x00005100 +# else +# define CONFIG_USB_CONFIG 0x00001000 +# endif # define ADD_USB_CMD CFG_CMD_USB | CFG_CMD_FAT # define CONFIG_DOS_PARTITION # define CONFIG_USB_STORAGE @@ -325,7 +329,7 @@ * PCI disabled * Ethernet 100 with MD */ -#define CFG_GPS_PORT_CONFIG 0x00058444 +#define CFG_GPS_PORT_CONFIG 0x00058044 /* * Miscellaneous configurable options -- cgit v1.1