[U-Boot] [PATCH 6/6] AVR32: Set boot parameters for atevk1100

Gunnar Rangoy gunnar at rangoy.com
Thu Nov 13 16:25:12 CET 2008


This patch sets resonable boot parameters for the atevk1100.
(Load kernel via tftp/dhcp and use nfs rootfs.)

Signed-off-by: Gunnar Rangoy <gunnar at rangoy.com>
Signed-off-by: Paul Driveklepp <pauldriveklepp at gmail.com>
Signed-off-by: Olav Morken <olavmrk at gmail.com>
---
 include/configs/atevk1100.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/configs/atevk1100.h b/include/configs/atevk1100.h
index 776a3a1..2a9d91b 100644
--- a/include/configs/atevk1100.h
+++ b/include/configs/atevk1100.h
@@ -95,17 +95,17 @@
 
 #define CONFIG_BAUDRATE			9600
 #define CONFIG_BOOTARGS							\
-	"console=ttyS0 root=/dev/mmcblk0p1 fbmem=600k rootwait=1"
+	"console=ttyS0 ip=dhcp root=/dev/nfs rootwait=1"
 
 #define CONFIG_BOOTCOMMAND						\
-	"fsload; bootm $(fileaddr)"
+	"dhcp; bootm $(fileaddr)"
 
 /*
  * Only interrupt autoboot if <space> is pressed. Otherwise, garbage
  * data on the serial line may interrupt the boot sequence.
  */
-#define CONFIG_BOOTDELAY		-1
-#define CONFIG_AUTOBOOT			0
+#define CONFIG_BOOTDELAY		1
+#define CONFIG_AUTOBOOT			1
 #define CONFIG_AUTOBOOT_KEYED		1
 #define CONFIG_AUTOBOOT_PROMPT		\
 	"Press SPACE to abort autoboot in %d seconds\n", bootdelay
-- 
1.5.6.3



More information about the U-Boot mailing list