All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1] devkit8000: Add malloc space for SPL
Date: Tue, 18 Oct 2011 13:16:29 -0700	[thread overview]
Message-ID: <4E9DDE9D.6090001@ti.com> (raw)
In-Reply-To: <4E9DDC54.4050006@aribaud.net>

On 10/18/2011 01:06 PM, Albert ARIBAUD wrote:
> Hi Tom,
> 
> Le 18/10/2011 21:54, Tom Rini a ?crit :
>> With malloc support being a new requirement for all ARM SPL
>> implementations, define a small area for use on devkit8000.
>>
>> Cc: Frederik Kriewitz<frederik@kriewitz.eu>
>> Cc: Albert ARIBAUD<albert.u.boot@aribaud.net>
>> Cc: Simon Schwarz<simonschwarzcor@googlemail.com>
>> Signed-off-by: Tom Rini<trini@ti.com>
>> ---
>>   include/configs/devkit8000.h |    3 +++
>>   1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
>> index ba0d23e..dc884e9 100644
>> --- a/include/configs/devkit8000.h
>> +++ b/include/configs/devkit8000.h
>> @@ -353,4 +353,7 @@
>>   #define CONFIG_SYS_NAND_U_BOOT_OFFS    0x80000
>>   #define CONFIG_SYS_NAND_U_BOOT_SIZE    0x200000
>>
>> +#define CONFIG_SYS_SPL_MALLOC_START    0x80108000
>> +#define CONFIG_SYS_SPL_MALLOC_SIZE    0x100000    /* 1 MB */
>> +
>>   #endif /* __CONFIG_H */
> 
> Hadn't you submitted this already twelve minutes before?

Yes, but not to the ML, sorry for the duplicates to the CC'd folks.

-- 
Tom

  reply	other threads:[~2011-10-18 20:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-18 19:54 [U-Boot] [PATCH 0/1] Add SPL malloc to devkit 8000 Tom Rini
2011-10-18 19:54 ` [U-Boot] [PATCH 1/1] devkit8000: Add malloc space for SPL Tom Rini
2011-10-18 20:06   ` Albert ARIBAUD
2011-10-18 20:16     ` Tom Rini [this message]
2011-10-21 17:38   ` Simon Schwarz

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=4E9DDE9D.6090001@ti.com \
    --to=trini@ti.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 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.