
On Tue, 6 Mar 2012 18:34:05 -0300 Fabio Estevam festevam@gmail.com wrote:
On Tue, Mar 6, 2012 at 5:54 PM, Mikhail Kshevetskiy mikhail.kshevetskiy@gmail.com wrote:
We have an omap l138 based board without jtag and empty spi flash. UART is an only way to load something on this board, so we are using uart to load spl image u-boot and then we are using ymodem to load the rest part of u-boot.
arch/arm/cpu/arm926ejs/davinci/spl.c | 25 +++++++++++++++ common/Makefile | 4 ++- common/xyzModem.c | 55 ++++++++++++++++++++++++++++++++++ include/xyzModem.h | 5 +++ lib/Makefile | 1 + 5 files changed, 89 insertions(+), 1 deletions(-)
Signed-off-by: Mikhail Kshevetskiy mikhail.kshevetskiy@gmail.com
Your Signed-off-by line should be placed above the --- line.
Same applies for the other patches.
fix and resend?