Re: [U-Boot] [PATCH] am335x_evm.h: Add back the actual load of the kernel image

2013-09-09 Thread Tom Rini
On Wed, Sep 04, 2013 at 08:41:44AM -0400, Robert P. J. Day wrote: Somewhere along the line of refactoring the am335x header files, the kernel image load was lost, so put it back in. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca Applied to u-boot/master, thanks! -- Tom

[U-Boot] [PATCH] am335x_evm.h: Add back the actual load of the kernel image

2013-09-04 Thread Robert P. J. Day
Somewhere along the line of refactoring the am335x header files, the kernel image load was lost, so put it back in. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index e0a87f8..7969e07 100644 ---