Re: [U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat

2014-10-04 Thread Tom Rini
On Fri, Oct 03, 2014 at 03:48:35PM -0500, Felipe Balbi wrote: > On Thu, Sep 25, 2014 at 07:38:26PM -0500, Felipe Balbi wrote: > > On Tue, Sep 23, 2014 at 10:44:17AM -0500, Felipe Balbi wrote: > > > If CONFIG_SPL_BUILD and CONFIG_ENV_IS_IN_FAT are > > > defined, u-boot spl will fail to build. Fix th

Re: [U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat

2014-10-03 Thread Felipe Balbi
On Thu, Sep 25, 2014 at 07:38:26PM -0500, Felipe Balbi wrote: > On Tue, Sep 23, 2014 at 10:44:17AM -0500, Felipe Balbi wrote: > > If CONFIG_SPL_BUILD and CONFIG_ENV_IS_IN_FAT are > > defined, u-boot spl will fail to build. Fix that. > > > > Signed-off-by: Felipe Balbi > > ping ping here -- ba

Re: [U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat

2014-09-25 Thread Felipe Balbi
On Tue, Sep 23, 2014 at 10:44:17AM -0500, Felipe Balbi wrote: > If CONFIG_SPL_BUILD and CONFIG_ENV_IS_IN_FAT are > defined, u-boot spl will fail to build. Fix that. > > Signed-off-by: Felipe Balbi ping > --- > common/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/common/Mak

[U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat

2014-09-23 Thread Felipe Balbi
If CONFIG_SPL_BUILD and CONFIG_ENV_IS_IN_FAT are defined, u-boot spl will fail to build. Fix that. Signed-off-by: Felipe Balbi --- common/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Makefile b/common/Makefile index aca0f7f..1ff7ce0 100644 --- a/common/Makefile +++ b/commo