From: Marian Balakowicz <m8@semihalf.com>
Date: Fri, 5 Oct 2007 08:40:54 +0000 (+0200)
Subject: tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
X-Git-Tag: v1.3.0-rc3~10^2
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b2a587d6d3076387d22ac740f44044bf46e2cb8;p=oweals%2Fu-boot.git

tqm5200: Fix CONFIG_CMD_PCI typo in board config file.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
---

diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h
index e0c9d81be0..5fd6b279e4 100644
--- a/include/configs/TQM5200.h
+++ b/include/configs/TQM5200.h
@@ -188,7 +188,7 @@
 #endif
 
 #ifdef CONFIG_PCI
-#define CONFIG_CMD_CMD_PCI
+#define CONFIG_CMD_PCI
 #endif
 
 #if defined(CONFIG_MINIFAP) || defined(CONFIG_STK52XX) || defined(CONFIG_FO300)