diff options
author | wdenk <wdenk> | 2005-04-13 10:02:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-04-13 10:02:42 +0000 |
commit | 2a8af1873894dae030813c11e77ccee476ac11f8 (patch) | |
tree | ed52fefa46b69e1ec04ce0cc45e66ff07e1fd103 /README | |
parent | e694e08a8b0b43e676c48867ca2cc28f4a7f2b84 (diff) | |
download | u-boot-2a8af1873894dae030813c11e77ccee476ac11f8.tar.gz |
* Fixes for TQM8560 board:
- fix clock rates
- remove debug messages
- fix flash sector protection
* Patch by Steven Scholz, 07 Apr 2005:
Fix warning in cpu/arm920t/at91rm9200/i2c.c
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3081,8 +3081,7 @@ Booting assumes that (the first part of) the image booted is a stage-2 loader which in turn loads and then invokes the kernel proper. Loader sources will eventually appear in the NetBSD source tree (probably in sys/arc/mpc8xx/stand/u-boot_stage2/); in the -meantime, send mail to bruno@exet-ag.de and/or wd@denx.de for -details. +meantime, see ftp://ftp.denx.de/pub/u-boot/ppcboot_stage2.tar.gz Implementation Internals: |