Re: [U-Boot] [PATCH] ARM: zynq: Choose boot image based on OF_SEPARATE macro

2015-11-09 Thread Tom Rini
On Mon, Nov 09, 2015 at 10:43:39AM +0100, Michal Simek wrote: > OF_CONTROL is enabled by default for all Zynq boards. > The difference between two boot images is done by OF_SEPARATE > or OF_EMBED macros. > > Signed-off-by: Michal Simek Reviewed-by: Tom Rini -- Tom signature.asc Description

[U-Boot] [PATCH] ARM: zynq: Choose boot image based on OF_SEPARATE macro

2015-11-09 Thread Michal Simek
OF_CONTROL is enabled by default for all Zynq boards. The difference between two boot images is done by OF_SEPARATE or OF_EMBED macros. Signed-off-by: Michal Simek --- include/configs/zynq-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/zynq-common.h