]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
* Patch by Rune Torgersen, 11 Sep 2003:
authorwdenk <wdenk>
Fri, 12 Sep 2003 20:09:09 +0000 (20:09 +0000)
committerwdenk <wdenk>
Fri, 12 Sep 2003 20:09:09 +0000 (20:09 +0000)
  Changed default memory option on MPC8266ADS to NOT be Page Based
  Interleave, since this doesn't work very well with the standard
  16MB DIMM

* Patch by George G. Davis, 12 Sep 2003:
  fix Makefile settings for sk98 driver

CHANGELOG
board/mpc8266ads/mpc8266ads.c
drivers/sk98lin/Makefile

index 404f89dbbbb87572e553145df29366b2fd0f7982..b034331a51c3672d66ce74affab5bcd6c1df27d9 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,14 @@
 Changes for U-Boot 1.0.0:
 ======================================================================
 
+* Patch by Rune Torgersen, 11 Sep 2003:
+  Changed default memory option on MPC8266ADS to NOT be Page Based
+  Interleave, since this doesn't work very well with the standard
+  16MB DIMM
+
+* Patch by George G. Davis, 12 Sep 2003:
+  fix Makefile settings for sk98 driver
+
 * Patch by Stefan Roese, 12 Sep 2003:
   - new boards added: DP405, HUB405, PLU405, VOH405
   - some esd boards updated
index d97b5c1f8d2015e1925f62d07ebcd67c3dffbec3..fd11162960ce0b7f6f2b2040f1822581facee3ac 100644 (file)
@@ -46,7 +46,7 @@
  *   PSDMR_BUFCMD adds a clock
  *   0            no extra clock
  */
-#define CONFIG_PBI             PSDMR_PBI
+#define CONFIG_PBI             0
 #define PESSIMISTIC_SDRAM      0
 #define EAMUX                  0       /* EST requires EAMUX */
 #define BUFCMD                 0
index 0868587ca86697917d18b17087f33185d86d3897..f48b37ed9efb0970e4ed212258affd5863a6d778 100644 (file)
@@ -24,6 +24,7 @@
 #
 # Makefile for the SysKonnect SK-98xx device driver.
 #
+include $(TOPDIR)/config.mk
 
 LIB := libsk98lin.a