From 08f272787a93cb11338fd81ab92a7439a361e3b2 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 19 Dec 2004 21:39:27 +0000 Subject: * Fix problems with CMC_PU2 flash driver. * Adjust INKA 4x0 default settings --- include/configs/inka4x0.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'include/configs/inka4x0.h') 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" -- cgit v1.2.1