summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-10-20 16:12:14 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-10-20 16:12:14 +0200
commitf836e4146088a46d9cd18bbd2f36447ea63e039c (patch)
treed2fbfbbb31e3ffaaf8e068039d583c8b126f3171
parentf641471498ddda011f95a840c09907d75259b70a (diff)
Fix compile problem in include/configs/ep82xxm.h
(must have never been tested before!)
-rw-r--r--CHANGELOG3
-rw-r--r--include/configs/ep82xxm.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7f0b6121ae..6983b68931 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
======================================================================
+* Fix compile problem in include/configs/ep82xxm.h
+ (must have never been tested before!)
+
* MCC200: Fix uninitialized variable problem in LCD driver
* Add board/cpu specific NAND chip select function to 440 NDFC
diff --git a/include/configs/ep82xxm.h b/include/configs/ep82xxm.h
index 5d7bed611a..372b10c623 100644
--- a/include/configs/ep82xxm.h
+++ b/include/configs/ep82xxm.h
@@ -28,7 +28,7 @@
#define CONFIG_MPC8260
#define CPU_ID_STR "MPC8270"
-#define CONFIG_EP82XXM /* Embedded Planet EP82xxM H 1.0 board /*
+#define CONFIG_EP82XXM /* Embedded Planet EP82xxM H 1.0 board */
/* 256MB SDRAM / 64MB FLASH */
#undef DEBUG