summaryrefslogtreecommitdiffstats
path: root/include/configs/lsxl.h
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2014-09-28 00:05:23 +0200
committerPrafulla Wadaskar <prafulla@marvell.com>2014-10-06 09:02:09 -0400
commit45e60c25b54f0443265ee49909c70af90d5cbad9 (patch)
treeffd6eb83130b91a515948963866a1d65fc359c95 /include/configs/lsxl.h
parent8ca21cbea2671bad315cc93ab636a95d95bac058 (diff)
downloadblackbird-obmc-uboot-45e60c25b54f0443265ee49909c70af90d5cbad9.tar.gz
blackbird-obmc-uboot-45e60c25b54f0443265ee49909c70af90d5cbad9.zip
lsxl: convert to generic board and fix typo
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> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs/lsxl.h')
-rw-r--r--include/configs/lsxl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h
index bf5c1a1298..a14bfe3a85 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" \
OpenPOWER on IntegriCloud