From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] devkit8000: Add config to enable SPL MMC boot
Date: Fri, 14 Oct 2011 21:59:10 +0200 [thread overview]
Message-ID: <4E98948E.2040707@aribaud.net> (raw)
In-Reply-To: <1317379294-16314-3-git-send-email-simonschwarzcor@gmail.com>
Hi Simon,
Le 30/09/2011 12:41, Simon Schwarz a ?crit :
> Add MMC boot configs to devkit8000 config.
>
> Signed-off-by: Simon Schwarz<simonschwarzcor@gmail.com>
> ---
> include/configs/devkit8000.h | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
> index 5d1014b..cb68169 100644
> --- a/include/configs/devkit8000.h
> +++ b/include/configs/devkit8000.h
> @@ -325,7 +325,12 @@
> #define CONFIG_SPL_SERIAL_SUPPORT
> #define CONFIG_SPL_POWER_SUPPORT
> #define CONFIG_SPL_NAND_SUPPORT
> +#define CONFIG_SPL_MMC_SUPPORT
> +#define CONFIG_SPL_FAT_SUPPORT
> #define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds"
> +#define CONFIG_SPL_FAT_LOAD_PAYLOAD_NAME "u-boot.img"
> +#define CONFIG_SYS_MMC_SD_FAT_BOOT_PARTITION 1
> +#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300 /* address 0x60000 */
>
> #define CONFIG_SPL_TEXT_BASE 0x40200000 /*CONFIG_SYS_SRAM_START*/
> #define CONFIG_SPL_MAX_SIZE 0xB400 /* 45 K */
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
prev parent reply other threads:[~2011-10-14 19:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-30 10:41 [U-Boot] [PATCH 0/2] devkit8000: add spl mmc boot Simon Schwarz
2011-09-30 10:41 ` [U-Boot] [PATCH 1/2] devkit8000: protect board_mmc_init Simon Schwarz
2011-10-14 19:58 ` Albert ARIBAUD
2011-09-30 10:41 ` [U-Boot] [PATCH 2/2] devkit8000: Add config to enable SPL MMC boot Simon Schwarz
2011-10-14 19:59 ` Albert ARIBAUD [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=4E98948E.2040707@aribaud.net \
--to=albert.u.boot@aribaud.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.