From 1caa70788c5a936197e3ecbbdc7c7c629fd44a7f Mon Sep 17 00:00:00 2001
From: Wolfgang Denk <wd@pollux.(none)>
Date: Thu, 22 Sep 2005 09:34:17 +0200
Subject: [PATCH] Cleanup - update CHANGELOG, undo test settings

---
 CHANGELOG                 | 3 +++
 include/configs/TQM8560.h | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 38a232f23e..3be741c4a1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,9 @@ Changes for U-Boot 1.1.4:
   Add support for eeprom write-enable (CFG_EEPROM_WREN).
   Patch by Stefan Roese, 22 Sep 2005
 
+* Fix autonegotiation in tsec ethernet driver
+  Patch by Stefan Roese, 21 Sep 2005
+
 * Update configuration for INKA4x0 board
 
 * Update configuration for PM854 board
diff --git a/include/configs/TQM8560.h b/include/configs/TQM8560.h
index 780b115523..e9b21de606 100644
--- a/include/configs/TQM8560.h
+++ b/include/configs/TQM8560.h
@@ -48,7 +48,6 @@
  * please disable the PCI support for now. sr@denx.de, 15-09-2005
  */
 #define CONFIG_PCI
-#undef CONFIG_PCI /* test-only !!!!!!!!!!!!!!!! */
 #define CONFIG_TSEC_ENET		/* tsec ethernet support */
 #undef CONFIG_DDR_ECC			/* only for ECC DDR module */
 #define CONFIG_DDR_DLL			/* possible DLL fix needed */
-- 
GitLab