diff mbox

[U-Boot] lsxl: convert to generic board and fix typo

Message ID 1411855523-12684-1-git-send-email-michael@walle.cc
State Accepted
Delegated to: Prafulla Wadaskar
Headers show

Commit Message

Michael Walle Sept. 27, 2014, 10:05 p.m. UTC
Besides converting the LS-XHL and LS-CHLv2 to generic board, fix a typo
which accidentally reverted the bootsource to 'hdd' although the default
bootsource should be 'legacy'.

Cc: Tom Rini <trini@ti.com>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Michael Walle <michael@walle.cc>
---


Hi Tom, Hi Prafulla,

could this patch be merged before the 2014.10 release? Maybe Tom could
pick it directly. If not, it's ok; it is my fault to be so late ;)

michael


---
 include/configs/lsxl.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Michael Walle Oct. 5, 2014, 9:09 p.m. UTC | #1
Am Sonntag, 28. September 2014, 00:05:23 schrieb Michael Walle:
> Besides converting the LS-XHL and LS-CHLv2 to generic board, fix a typo
> which accidentally reverted the bootsource to 'hdd' although the default
> bootsource should be 'legacy'.
> 
> Cc: Tom Rini <trini@ti.com>
> Cc: Prafulla Wadaskar <prafulla@marvell.com>
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> 
> 
> Hi Tom, Hi Prafulla,
> 
> could this patch be merged before the 2014.10 release? Maybe Tom could
> pick it directly. If not, it's ok; it is my fault to be so late ;)
> 

ping? :)
Prafulla Wadaskar Oct. 6, 2014, 1:21 p.m. UTC | #2
> -----Original Message-----
> From: Michael Walle [mailto:michael@walle.cc]
> Sent: 06 October 2014 02:40
> To: u-boot@lists.denx.de
> Cc: Tom Rini; Prafulla Wadaskar
> Subject: Re: [PATCH] lsxl: convert to generic board and
> fix typo
> 
> Am Sonntag, 28. September 2014, 00:05:23 schrieb
> Michael Walle:
> > Besides converting the LS-XHL and LS-CHLv2 to generic
> board, fix a typo
> > which accidentally reverted the bootsource to 'hdd'
> although the default
> > bootsource should be 'legacy'.
> >
> > Cc: Tom Rini <trini@ti.com>
> > Cc: Prafulla Wadaskar <prafulla@marvell.com>
> > Signed-off-by: Michael Walle <michael@walle.cc>
> > ---
> >
> >
> > Hi Tom, Hi Prafulla,
> >
> > could this patch be merged before the 2014.10
> release? Maybe Tom could
> > pick it directly. If not, it's ok; it is my fault to
> be so late ;)
> >
> 
> ping? :)

Applied to u-boot-marvell.git master branch

Regards...
Prafulla . . .
diff mbox

Patch

diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h
index bf5c1a1..a14bfe3 100644
--- a/include/configs/lsxl.h
+++ b/include/configs/lsxl.h
@@ -8,6 +8,8 @@ 
 #ifndef _CONFIG_LSXL_H
 #define _CONFIG_LSXL_H
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
  * Version number information
  */
@@ -157,7 +159,7 @@ 
 	"standard_env=setenv ipaddr; setenv netmask; setenv serverip; "	\
 		"setenv ncip; setenv gatewayip; setenv ethact; "	\
 		"setenv bootfile; setenv dnsip; "			\
-		"setenv bootsource hdd; run ser\0"			\
+		"setenv bootsource legacy; run ser\0"			\
 	"restore_env=run standard_env; saveenv; reset\0"		\
 	"ser=setenv stdin serial; setenv stdout serial; "		\
 		"setenv stderr serial\0"				\