]> Git Repo - J-u-boot.git/blobdiff - include/configs/liteboard.h
Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
[J-u-boot.git] / include / configs / liteboard.h
index d74b2bb9606453edfd0d14ea8cfb5545f2e85fda..2d051e5944785cae71d3810c7b006fbf9df2e15e 100644 (file)
                        "bootz; " \
                "fi;\0"
 
-#define CONFIG_BOOTCOMMAND \
-          "mmc dev ${mmcdev};" \
-          "if mmc rescan; then " \
-                  "if run loadbootscript; then " \
-                          "run bootscript; " \
-                  "else " \
-                          "if run loadimage; then " \
-                                  "run mmcboot; " \
-                          "else run netboot; " \
-                          "fi; " \
-                  "fi; " \
-          "else run netboot; fi"
-
 /* Miscellaneous configurable options */
 
 /* Physical Memory Map */
This page took 0.024642 seconds and 4 git commands to generate.