From 9eac282024c55fc13970189d6ace61f884917538 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 11 Mar 2011 02:10:39 +0100 Subject: defaultenv: add kernel_loc nfs and tftp support before we can only support tftp so keep it as default Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Cc: Patrice Vilchez Signed-off-by: Sascha Hauer --- arch/arm/boards/at91sam9263ek/env/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm/boards/at91sam9263ek') diff --git a/arch/arm/boards/at91sam9263ek/env/config b/arch/arm/boards/at91sam9263ek/env/config index 49c4339f95..25036af9e5 100644 --- a/arch/arm/boards/at91sam9263ek/env/config +++ b/arch/arm/boards/at91sam9263ek/env/config @@ -10,8 +10,8 @@ ip=dhcp #eth0.gateway=a.b.c.d #eth0.serverip=a.b.c.d -# can be either 'net' , 'nor' or 'nand' -kernel_loc=net +# can be either 'nfs', 'tftp', 'nor' or 'nand' +kernel_loc=tftp # can be either 'net', 'nor', 'nand' or 'initrd' rootfs_loc=net -- cgit v1.2.3