[U-Boot] [PATCH] Fix issues introduced by 16fc32f: unify {CONFIG_, }ENV_IS_EMBEDDED

2009-08-25 Thread Albin Tonnerre
Commit 16fc32f introduced an error in include/environment.h, which makes u-boot fail to compile due to a missing #endif. This also fixes a merge conflict remaining in include/configs/EB+MCF-EV123.h which was caused by the same commit Signed-off-by: Albin Tonnerre albin.tonne...@free-electrons.com

Re: [U-Boot] [PATCH] Fix issues introduced by 16fc32f: unify {CONFIG_, }ENV_IS_EMBEDDED

2009-08-25 Thread Mike Frysinger
On Tuesday 25 August 2009 04:46:07 Albin Tonnerre wrote: Commit 16fc32f introduced an error in include/environment.h, which makes u-boot fail to compile due to a missing #endif. This also fixes a merge conflict remaining in include/configs/EB+MCF-EV123.h which was caused by the same commit

Re: [U-Boot] [PATCH] Fix issues introduced by 16fc32f: unify {CONFIG_, }ENV_IS_EMBEDDED

2009-08-25 Thread Albin Tonnerre
On Tue, Aug 25, 2009 at 06:16:24AM -0400, Mike Frysinger wrote : On Tuesday 25 August 2009 04:46:07 Albin Tonnerre wrote: Commit 16fc32f introduced an error in include/environment.h, which makes u-boot fail to compile due to a missing #endif. This also fixes a merge conflict remaining in

Re: [U-Boot] [PATCH] Fix issues introduced by 16fc32f: unify {CONFIG_, }ENV_IS_EMBEDDED

2009-08-25 Thread Wolfgang Denk
Dear Albin Tonnerre, In message 20090825102110.ge10...@pc-ras4041.res.insa you wrote: guess this needs to get squashed into the relevant change rather than added as a new commit. thanks for the update. How exactly would you do that? The commit actually got pushed, and AFAIK next

Re: [U-Boot] [PATCH] Fix issues introduced by 16fc32f: unify {CONFIG_, }ENV_IS_EMBEDDED

2009-08-25 Thread Wolfgang Denk
Dear Albin Tonnerre, In message 1251189967-11702-1-git-send-email-albin.tonne...@free-electrons.com you wrote: Commit 16fc32f introduced an error in include/environment.h, which makes u-boot fail to compile due to a missing #endif. This also fixes a merge conflict remaining in