From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pali =?ISO-8859-1?Q?Roh=E1r?= Date: Tue, 28 Feb 2012 17:25:30 +0100 Subject: [U-Boot] [PATCH 01/14] arm, omap3: Define save_boot_params in lowlevel_init.S for SPL only In-Reply-To: <1327415291-13260-2-git-send-email-pali.rohar@gmail.com> References: <1327415291-13260-1-git-send-email-pali.rohar@gmail.com> <1327415291-13260-2-git-send-email-pali.rohar@gmail.com> Message-ID: <1541982.9BteSbziMj@pali> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday 24 January 2012 15:27:58 Pali Roh?r wrote: > * Hide function save_boot_params if CONFIG_SPL_BUILD is not defined > (function do nothing) > > * Same behaviour as in file arch/arm/cpu/armv7/omap4/lowlevel_init.S > * This allow to implement board specified function save_boot_params in board > code > > Signed-off-by: Pali Roh?r > --- > Changes since original version: > - Fixed commit message > > arch/arm/cpu/armv7/omap3/lowlevel_init.S | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/cpu/armv7/omap3/lowlevel_init.S > b/arch/arm/cpu/armv7/omap3/lowlevel_init.S index 2f6930b..c42c5dd 100644 > --- a/arch/arm/cpu/armv7/omap3/lowlevel_init.S > +++ b/arch/arm/cpu/armv7/omap3/lowlevel_init.S > @@ -35,15 +35,15 @@ > _TEXT_BASE: > .word CONFIG_SYS_TEXT_BASE /* sdram load addr from config.mk */ > > +#ifdef CONFIG_SPL_BUILD > .global save_boot_params > save_boot_params: > -#ifdef CONFIG_SPL_BUILD > ldr r4, =omap3_boot_device > ldr r5, [r0, #0x4] > and r5, r5, #0xff > str r5, [r4] > -#endif > bx lr > +#endif > > .global omap3_gp_romcode_call > omap3_gp_romcode_call: Now I see that somebody commited this patch to u-boot: http://git.denx.de/?p=u- boot.git;a=commit;h=204705111ca10f52f62e1a02ba567d8fc33a6d1e So I will not include it in new version. Please, can you inform me when somebody commit my patches to git master? -- Pali Roh?r pali.rohar at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: