diff options
author | wdenk <wdenk> | 2004-12-19 21:39:27 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-19 21:39:27 +0000 |
commit | 08f272787a93cb11338fd81ab92a7439a361e3b2 (patch) | |
tree | 714b148a3a21483c9d63d74a37f0273ab92dffeb /include/configs/inka4x0.h | |
parent | bff96b0e6bdf8551e8468b111177c553e4994db2 (diff) | |
download | u-boot-08f272787a93cb11338fd81ab92a7439a361e3b2.tar.gz |
* Fix problems with CMC_PU2 flash driver.LABEL_2004_12_19_2240
* Adjust INKA 4x0 default settings
Diffstat (limited to 'include/configs/inka4x0.h')
-rw-r--r-- | include/configs/inka4x0.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index d7d18851b5..c824b2dee3 100644 --- a/include/configs/inka4x0.h +++ b/include/configs/inka4x0.h @@ -83,15 +83,8 @@ ":$(hostname):$(netdev):off panic=1\0" \ "flash_nfs=run nfsargs addip;" \ "bootm $(kernel_addr)\0" \ - "flash_self=run ramargs addip;" \ - "bootm $(kernel_addr) $(ramdisk_addr)\0" \ "net_nfs=tftp 200000 $(bootfile);run nfsargs addip;bootm\0" \ - "rootpath=/opt/eldk3.0_ppc/ppc_82xx\0" \ - "bootfile=uImage\0" \ - "serverip=192.168.1.1\0" \ - "ipaddr=192.168.160.2\0" \ - "ethaddr=00:00:1A:1B:CE:AF\0" \ - "dk=tftp 100000 inka4x0/u-boot.dk;protect off all;erase ffe00000 ffe2ffff;cp.b 100000 ffe00000 $(filesize)\0" \ + "rootpath=/opt/eldk/ppc_82xx\0" \ "" #define CONFIG_BOOTCOMMAND "run net_nfs" |