From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 18 Oct 2011 22:06:44 +0200 Subject: [U-Boot] [PATCH 1/1] devkit8000: Add malloc space for SPL In-Reply-To: <1318967677-11143-2-git-send-email-trini@ti.com> References: <1318967677-11143-1-git-send-email-trini@ti.com> <1318967677-11143-2-git-send-email-trini@ti.com> Message-ID: <4E9DDC54.4050006@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Albert ARIBAUD > Cc: Simon Schwarz > Signed-off-by: Tom Rini > --- > 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? Amicalement, -- Albert.