]> Git Repo - u-boot.git/commitdiff
lsxl: convert to generic board and fix typo
authorMichael Walle <[email protected]>
Sat, 27 Sep 2014 22:05:23 +0000 (00:05 +0200)
committerPrafulla Wadaskar <[email protected]>
Mon, 6 Oct 2014 13:02:09 +0000 (09:02 -0400)
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 <[email protected]>
Cc: Prafulla Wadaskar <[email protected]>
Signed-off-by: Michael Walle <[email protected]>
Signed-off-by: Prafulla Wadaskar <[email protected]>
include/configs/lsxl.h

index bf5c1a1298285ce47dfc6a34c9a5745a31b68e41..a14bfe3a85a22e1c48a7c161c54a9e54dcdfd1b2 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _CONFIG_LSXL_H
 #define _CONFIG_LSXL_H
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
  * Version number information
  */
        "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"                                \
This page took 0.035188 seconds and 4 git commands to generate.