mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 09:31:32 +00:00
* 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
This commit is contained in:
parent
f5300ab241
commit
b70e7a00c8
3 changed files with 10 additions and 1 deletions
|
@ -2,6 +2,14 @@
|
||||||
Changes for U-Boot 1.0.0:
|
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:
|
* Patch by Stefan Roese, 12 Sep 2003:
|
||||||
- new boards added: DP405, HUB405, PLU405, VOH405
|
- new boards added: DP405, HUB405, PLU405, VOH405
|
||||||
- some esd boards updated
|
- some esd boards updated
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
* PSDMR_BUFCMD adds a clock
|
* PSDMR_BUFCMD adds a clock
|
||||||
* 0 no extra clock
|
* 0 no extra clock
|
||||||
*/
|
*/
|
||||||
#define CONFIG_PBI PSDMR_PBI
|
#define CONFIG_PBI 0
|
||||||
#define PESSIMISTIC_SDRAM 0
|
#define PESSIMISTIC_SDRAM 0
|
||||||
#define EAMUX 0 /* EST requires EAMUX */
|
#define EAMUX 0 /* EST requires EAMUX */
|
||||||
#define BUFCMD 0
|
#define BUFCMD 0
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
#
|
#
|
||||||
# Makefile for the SysKonnect SK-98xx device driver.
|
# Makefile for the SysKonnect SK-98xx device driver.
|
||||||
#
|
#
|
||||||
|
include $(TOPDIR)/config.mk
|
||||||
|
|
||||||
LIB := libsk98lin.a
|
LIB := libsk98lin.a
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue