Re: [U-Boot] [PATCH 2/2] SPL: Fix build of CONFIG_SPL_NET_SUPPORT

2013-03-14 Thread Tom Rini
On Tue, Mar 12, 2013 at 12:16:51PM -0400, Tom Rini wrote: > With CONFIG_SPL_NET_SUPPORT set we bring in most of the environment > related code. This in turn means that while we discard the callback > saftey checks in the environment, we had still needed their > __start/__end linker symbols. In mo

Re: [U-Boot] [PATCH 2/2] SPL: Fix build of CONFIG_SPL_NET_SUPPORT

2013-03-12 Thread Joe Hershberger
Hi Tom, On Tue, Mar 12, 2013 at 11:16 AM, Tom Rini wrote: > With CONFIG_SPL_NET_SUPPORT set we bring in most of the environment > related code. This in turn means that while we discard the callback > saftey checks in the environment, we had still needed their > __start/__end linker symbols. In

[U-Boot] [PATCH 2/2] SPL: Fix build of CONFIG_SPL_NET_SUPPORT

2013-03-12 Thread Tom Rini
With CONFIG_SPL_NET_SUPPORT set we bring in most of the environment related code. This in turn means that while we discard the callback saftey checks in the environment, we had still needed their __start/__end linker symbols. In most cases this had been working because we generated u-boot.lst for