From b70e7a00c8bc6feb5f5718ba1c6d4fedb294483a Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 12 Sep 2003 20:09:09 +0000 Subject: * 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 --- CHANGELOG | 8 ++++++++ board/mpc8266ads/mpc8266ads.c | 2 +- drivers/sk98lin/Makefile | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 404f89dbb..b034331a5 100644 --- 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 diff --git a/board/mpc8266ads/mpc8266ads.c b/board/mpc8266ads/mpc8266ads.c index d97b5c1f8..fd1116296 100644 --- a/board/mpc8266ads/mpc8266ads.c +++ b/board/mpc8266ads/mpc8266ads.c @@ -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 diff --git a/drivers/sk98lin/Makefile b/drivers/sk98lin/Makefile index 0868587ca..f48b37ed9 100644 --- a/drivers/sk98lin/Makefile +++ b/drivers/sk98lin/Makefile @@ -24,6 +24,7 @@ # # Makefile for the SysKonnect SK-98xx device driver. # +include $(TOPDIR)/config.mk LIB := libsk98lin.a -- cgit v1.2.3