diff options
author | wdenk <wdenk> | 2004-08-01 13:09:47 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-08-01 13:09:47 +0000 |
commit | cfca5e604d5692f081cc1a9185ca5dc6dc77599d (patch) | |
tree | 3e8b3448cbc57a26f1f5ee8d3b28214740f6cedc /doc | |
parent | 45eeb8983c3eca0e82178897c027a34a52295a0f (diff) |
* Fix NSCU config; add ethernet wakeup code.
* Add link for preloader for Motorola Coldfire to RAEDME.m68k
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.m68k | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README.m68k b/doc/README.m68k index 9385f4406c2..d5accdd2d64 100644 --- a/doc/README.m68k +++ b/doc/README.m68k @@ -37,6 +37,9 @@ At the moment the code isn't fully implemented and still needs a pre-loader! The preloader must initialize the processor and then start u-boot. The board must be configured for a pre-loader (see 4.1) +For the preloader, please see +http://mailman.uclinux.org/pipermail/uclinux-dev/2003-December/023384.html + U-boot is configured to run at 0x20000 at default. This can be configured by change TEXT_BASE in board/m5282evb/config.mk and CFG_MONITOR_BASE in include/configs/M5282EVB.h. |