Re: [U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel

2012-04-29 Thread Stefano Babic
On 23/04/2012 18:31, Fabio Estevam wrote: > Allow booting a zImage kernel. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfga

[U-Boot] [PATCH 1/4] mx28evk: Allow booting a zImage kernel

2012-04-23 Thread Fabio Estevam
Allow booting a zImage kernel. Signed-off-by: Fabio Estevam --- include/configs/mx28evk.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h index cb4ff37..31dc718 100644 --- a/include/configs/mx28evk.h +++ b/include/con