| Submitter | Jason Kridner |
|---|---|
| Date | April 20, 2011, 11:52 p.m. |
| Message ID | <1303343572-19972-14-git-send-email-jkridner@beagleboard.org> |
| Download | mbox | patch |
| Permalink | /patch/92339/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 8af2f7a..06c1ce3 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -203,7 +203,7 @@ /* partition */ /* Environment information */ -#define CONFIG_BOOTDELAY 10 +#define CONFIG_BOOTDELAY 3 #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x82000000\0" \
Signed-off-by: Jason Kridner <jkridner@beagleboard.org> --- include/configs/omap3_beagle.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)