From: Nishanth Menon <menon.nishanth@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 8/8] ARMV7: Update default environment for OMAP4 boards
Date: Wed, 21 Jul 2010 18:25:14 -0500 [thread overview]
Message-ID: <4C4781DA.6060302@gmail.com> (raw)
In-Reply-To: <1279740329-11882-9-git-send-email-steve@sakoman.com>
On 07/21/2010 02:25 PM, Steve Sakoman wrote:
> Specify vram on command line, remove erroneous call to nandboot
> in the boot script, add CONFIG_BOOTDELAY
>
> Signed-off-by: Steve Sakoman<steve@sakoman.com>
> ---
> include/configs/omap4_panda.h | 5 ++++-
> include/configs/omap4_sdp4430.h | 5 ++++-
> 2 files changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
> index 1d76467..51c3b44 100644
> --- a/include/configs/omap4_panda.h
> +++ b/include/configs/omap4_panda.h
> @@ -153,6 +153,8 @@
> * Environment setup
> */
>
> +#define CONFIG_BOOTDELAY 5
> +
why? default 3 is good rt? ;)
> /* allow overwriting serial config and ethaddr */
> #define CONFIG_ENV_OVERWRITE
>
> @@ -160,10 +162,12 @@
> "loadaddr=0x82000000\0" \
> "console=ttyS2,115200n8\0" \
> "usbtty=cdc_acm\0" \
> + "vram=16M\0" \
> "mmcdev=1\0" \
> "mmcroot=/dev/mmcblk0p2 rw\0" \
> "mmcrootfstype=ext3 rootwait\0" \
> "mmcargs=setenv bootargs console=${console} " \
> + "vram=${vram} " \
> "root=${mmcroot} " \
> "rootfstype=${mmcrootfstype}\0" \
> "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
> @@ -181,7 +185,6 @@
> "else " \
> "if run loaduimage; then " \
> "run mmcboot; " \
> - "else run nandboot; " \
ack
> "fi; " \
> "fi; " \
> "fi"
> diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h
> index e9909f9..2643e43 100644
> --- a/include/configs/omap4_sdp4430.h
> +++ b/include/configs/omap4_sdp4430.h
> @@ -154,6 +154,8 @@
> * Environment setup
> */
>
> +#define CONFIG_BOOTDELAY 5
> +
> /* allow overwriting serial config and ethaddr */
> #define CONFIG_ENV_OVERWRITE
>
> @@ -161,10 +163,12 @@
> "loadaddr=0x82000000\0" \
> "console=ttyS2,115200n8\0" \
> "usbtty=cdc_acm\0" \
> + "vram=16M\0" \
> "mmcdev=1\0" \
> "mmcroot=/dev/mmcblk0p2 rw\0" \
> "mmcrootfstype=ext3 rootwait\0" \
> "mmcargs=setenv bootargs console=${console} " \
> + "vram=${vram} " \
> "root=${mmcroot} " \
> "rootfstype=${mmcrootfstype}\0" \
> "loadbootscript=fatload mmc ${mmcdev} ${loadaddr} boot.scr\0" \
> @@ -182,7 +186,6 @@
> "else " \
> "if run loaduimage; then " \
> "run mmcboot; " \
> - "else run nandboot; " \
> "fi; " \
> "fi; " \
> "fi"
prev parent reply other threads:[~2010-07-21 23:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-21 19:25 [U-Boot] [PATCH 0/8] ARMV7: Enhance support for OMAP4 Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 1/8] ARMV7: Add pad mux " Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 2/8] ARMV7: Fix udelay " Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 3/8] ARMV7: Modify i2c driver for more reliable operation on OMAP4 Steve Sakoman
2010-07-21 23:22 ` Nishanth Menon
2010-07-21 23:41 ` Steve Sakoman
2010-07-21 23:53 ` Nishanth Menon
2010-07-23 16:33 ` Steve Sakoman
2010-07-23 16:36 ` Nishanth Menon
2010-07-21 19:25 ` [U-Boot] [PATCH 4/8] ARMV7: Add support for the TWL6030 I2C power chip used in OMAP4 systems Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 5/8] ARMV7: Restructure omap3 musb driver to allow code sharing between OMAP3 and OMAP4 Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 6/8] ARMV7: Enable musb driver and usbtty on OMAP4430 SDP Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 7/8] ARMV7: Enable musb driver and usbtty on OMAP4 Panda Steve Sakoman
2010-07-21 19:25 ` [U-Boot] [PATCH 8/8] ARMV7: Update default environment for OMAP4 boards Steve Sakoman
2010-07-21 23:25 ` Nishanth Menon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C4781DA.6060302@gmail.com \
--to=menon.nishanth@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox