summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG2
-rw-r--r--Makefile6
2 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2d24962..a0e5f6f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
Changes for U-Boot 1.1.4:
======================================================================
+* Add support for IFM o2dnt board
+
* Enable PCI on hmi1001 board
* Fix return values of the jffs2 commands ls/fsload/fsinfo,
diff --git a/Makefile b/Makefile
index e6b42ab..f8b3c21 100644
--- a/Makefile
+++ b/Makefile
@@ -274,12 +274,12 @@ icecube_5100_config: unconfig
}
@./mkconfig -a IceCube ppc mpc5xxx icecube
-o2dnt_config:
- @./mkconfig -a o2dnt ppc mpc5xxx o2dnt
-
inka4x0_config: unconfig
@./mkconfig inka4x0 ppc mpc5xxx inka4x0
+o2dnt_config:
+ @./mkconfig -a o2dnt ppc mpc5xxx o2dnt
+
PM520_config \
PM520_DDR_config \
PM520_ROMBOOT_config \