[U-Boot] [PATCH 5/6] lpc32xx: work_92105: Rework Makefile

2016-03-20 Thread Tom Rini
When we switch to including all linker lists in U-Boot it is important to not include commands as that may lead to link errors due to other things we have already discarded. In this case change things so that we only build the right objects for SPL or non-SPL Cc: Albert ARIBAUD (3ADEV) Signed-of

Re: [U-Boot] [PATCH 5/6] lpc32xx: work_92105: Rework Makefile

2016-03-19 Thread Tom Rini
On Wed, Mar 16, 2016 at 11:03:07AM -0400, Tom Rini wrote: > When we switch to including all linker lists in U-Boot it is important > to not include commands as that may lead to link errors due to other > things we have already discarded. In this case change things so that we > only build the righ