From db7718a2e0b9095d3bcd7ba7c1d8d6a5081860ce Mon Sep 17 00:00:00 2001 From: Wendy Liang Date: Mon, 25 Feb 2013 17:17:31 +1000 Subject: [PATCH] petalinux-auto-board.h.template: Enable autoboot even if no Flash Currently, if there is no flash, autoboot is always disabled. It always set the bootcmd to netboot. However, there is customer has system without any flash, and wants to boot from SD card but not netboot. We just need to reenable autoboot and let the user to set the CONFIG_BOOTCMD from their platform's .h.template. Signed-off-by: Wendy Liang --- include/configs/petalinux-auto-board.h.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/petalinux-auto-board.h.template b/include/configs/petalinux-auto-board.h.template index fd213ba4c00..4df79972e76 100644 --- a/include/configs/petalinux-auto-board.h.template +++ b/include/configs/petalinux-auto-board.h.template @@ -682,12 +682,10 @@ ESERIAL3 \ PSSERIAL0 \ PSSERIAL1 \ - "autoload=no\0" \ "bootfile=image.ub\0" \ "netstart=@nstart@\0" \ "dtbnetstart=@dtbnstart@\0" \ "loadaddr=@nstart@\0" \ - "bootcmd=run netboot\0" \ "netboot=tftp ${netstart} image.ub && bootm\0" \ "dtbnetboot=tftp ${netstart} image.ub; tftp ${dtbnetstart} system.dtb; bootm ${netstart} - ${dtbnetstart}\0" \ "" -- 2.47.3