commit | 2c9ca288476cbc49cafea36f644711ddddd34858 | [log] [tgz] |
---|---|---|
author | John Rigby <john.rigby@linaro.org> | Mon Aug 15 15:17:03 2011 -0600 |
committer | John Rigby <john.rigby@linaro.org> | Thu Aug 16 09:36:40 2012 -0600 |
tree | 4c0a883e96877c20c5ac4307ba4a04f80d105723 | |
parent | 06e17c8da8698bf7537d4979f5ced8144ee9536c [diff] [blame] |
SAUCE: OMAP4 Make pxe boot fallback default boot If there is no boot.scr nor uEnv.txt nor uImage then fallback to pxe. BugLink: https://bugs.launchpad.net/bugs/820121 BugLink: https://bugs.launchpad.net/bugs/826877 Signed-off-by: John Rigby <john.rigby@linaro.org>
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 2469ba5..7008fe6 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h
@@ -176,6 +176,12 @@ "run mmcboot; " \ "fi; " \ "fi; " \ + "fi; " \ + "if usb start; then " \ + "set autoload no; "\ + "bootp; "\ + "pxe get;" \ + "pxe boot;" \ "fi" #define CONFIG_AUTO_COMPLETE 1