From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import
Date: Wed, 14 Aug 2013 09:48:11 -0400 [thread overview]
Message-ID: <520B8A9B.6080808@ti.com> (raw)
In-Reply-To: <B3A295C5BD5B13458B2F5C6AFAD910460A2FD94D@039-SN2MPN1-022.039d.mgd.msft.net>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 08/13/2013 10:31 PM, Zhang Ying-B40530 wrote:
> Hi, Tom, This patch hasn't been applied? I think it should be
> applied early and it is needed by other patches of this set.
> Thanks.
I expect that as part of the overall series, once ready, York will
take this and include it in his pull request, which is why I've given
it my acked-by.
>
> -----Original Message----- From: Tom Rini
> [mailto:tom.rini at gmail.com] On Behalf Of Tom Rini Sent: Friday,
> June 28, 2013 5:57 AM To: Wood Scott-B07421 Cc:
> u-boot at lists.denx.de; Wood Scott-B07421; afleming at gmail.com; Zhang
> Ying-B40530 Subject: Re: [U-Boot] [PATCH 06/10 v5] spl:
> env_common.c: make CONFIG_SPL_BUILD contain function env_import
>
> On Thu, Jun 27, 2013 at 03:16:34PM -0500, Scott Wood wrote:
>> On 06/27/2013 07:17:48 AM, Tom Rini wrote:
>>> On Thu, Jun 27, 2013 at 02:35:34AM +0000, Zhang Ying-B40530
>>> wrote:
>>>
>>>> -----Original Message----- From: Tom Rini
>>>> [mailto:tom.rini at gmail.com] On Behalf Of Tom Rini
>>> [snip]
>>>> Building for am335x_evm and am335x_evm_usbspl should tell you
>>>> if
>>> it is,
>>>> or is not. Whacking network support into SPL required more
>>>> than --gc-sections alone could give us and we needed to drop
>>>> a few couldn't-ever-reach calls and functionality out. [Zhang
>>>> Ying] Yes, I tried to build for am335x_evm without this
>>>> ifdef, no problem. Whether it can be removed?
>>>
>>> Did you also build am335x_evm_usbspl?
>>
>> It builds OK for me with the ifdef removed. It adds 81 bytes to
>> the SPL.
>
> I think we can live with that.
>
> Acked-by: Tom Rini <trini@ti.com>
>
> -- Tom
>
- --
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBAgAGBQJSC4qaAAoJENk4IS6UOR1WekUP/1Z09OiAc2BHni42XWqAK9JB
FvfQI82mHuI1eOSXa3hRT4wGpfuXaOhjydjXDoI6MNUvN3ZjxaE2EAPdr7oZX0ws
DnRyKPOPHNyK3s/5CQWaKlCfDfxaL4a6mo4EYVsR+vMxJdcZr+wWBNNVwoWaAFU6
LDGlEwONt+m7fM6GGKRfFCfJ7iyBLks893Joitv7oAa2fOnnrto803Bpgq5IIaac
IiEVaSznHfFEhtiaDhPRoUhhuYlgHfEYwSAMNm+FoxvIdKTus4EgBoTFXrbZRmzx
Q9/SwS9FFKZrhKRj8xReB0Yn/wqWWdQFkuUknBnQENhzAXT+Qdr9J3EDYRBT1F9d
KOrjmjZPgcbIrObhmeqAXb9qL5A1Tsa3v/Ap6RErdYwGoHSHhaAetfY3PqGagc3Z
Yai9tJLqgrhuXYFqkcv9CIHhfwJC66nNZ+5bE3nAihjQW9Ny8soqTaoYQoC+MELM
/AjEk/RAYXpSMW3dO9uS20VWEMaATIJ2cqHO04zAZcdvrYdTvRWmfGOYF8APYm1K
6JytRhTNf0Uh3Yatx7qpvBbNhT/mGAV7krUMQiAcRUg7FcAEIJFPawH4OEQx9yTF
LAByOQ9BDRHErtON2gdksItJk3Sam4BwT1x1eeVq8fdzj2o/uTLIm5t63a53TdUd
OnffrvuBulEjZQJCcq1h
=tuhI
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2013-08-14 13:48 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-20 8:04 [U-Boot] [PATCH 01/10 v5] powerpc/mpc85xx: support application without resetvec segment in the linker script ying.zhang at freescale.com
2013-06-20 8:04 ` [U-Boot] [PATCH 02/10 v5] powerpc/mpc85xx: modify the functionality clear_bss and aligning the end address of the BSS ying.zhang at freescale.com
2013-06-20 8:04 ` [U-Boot] [PATCH 03/10 v5] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL ying.zhang at freescale.com
2013-06-27 22:03 ` Tom Rini
2013-06-27 22:19 ` Andy Fleming
2013-06-20 8:04 ` [U-Boot] [PATCH 04/10 v5] Makefile: move the common makefile line to public area ying.zhang at freescale.com
2013-06-27 22:02 ` Tom Rini
2013-06-20 8:04 ` [U-Boot] [PATCH 05/10 v5] powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled some functionality for common SPL ying.zhang at freescale.com
2013-06-20 8:04 ` [U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import ying.zhang at freescale.com
2013-06-21 5:37 ` Wolfgang Denk
[not found] ` <B3A295C5BD5B13458B2F5C6AFAD91046723AB8@039-SN2MPN1-021.039d.mgd.msft.net>
2013-06-26 16:12 ` Scott Wood
2013-06-26 17:34 ` Tom Rini
2013-06-27 2:35 ` Zhang Ying-B40530
2013-06-27 12:17 ` Tom Rini
2013-06-27 20:16 ` Scott Wood
2013-06-27 21:56 ` Tom Rini
2013-07-09 9:59 ` Zhang Ying-B40530
2013-08-14 2:31 ` Zhang Ying-B40530
2013-08-14 13:48 ` Tom Rini [this message]
2013-08-14 15:42 ` York Sun
2013-08-15 2:25 ` Zhang Ying-B40530
2013-08-15 2:42 ` sun york-R58495
2013-08-15 2:48 ` Zhang Ying-B40530
2013-08-20 17:06 ` York Sun
2013-06-20 8:04 ` [U-Boot] [PATCH 07/10 v5] powerpc/p1022ds: boot from SD Card with SPL ying.zhang at freescale.com
2013-06-20 8:04 ` [U-Boot] [PATCH 08/10 v5] powerpc/p1022ds: boot from spi flash " ying.zhang at freescale.com
2013-06-20 8:04 ` [U-Boot] [PATCH 09/10 v5] nand: tpl : introduce the TPL based on the SPL ying.zhang at freescale.com
2013-06-20 8:04 ` [U-Boot] [PATCH 10/10 v5] powerpc: p1022ds: support TPL on the P1022DS ying.zhang at freescale.com
2013-06-21 5:36 ` [U-Boot] [PATCH 01/10 v5] powerpc/mpc85xx: support application without resetvec segment in the linker script Wolfgang Denk
2013-06-27 22:01 ` Tom Rini
2013-06-27 22:16 ` Andy Fleming
-- strict thread matches above, loose matches on Subject: below --
2013-06-21 7:14 [U-Boot] [PATCH 06/10 v5] spl: env_common.c: make CONFIG_SPL_BUILD contain function env_import Zhang Ying-B40530
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=520B8A9B.6080808@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.