]> Git Repo - J-u-boot.git/blobdiff - include/configs/dns325.h
Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
[J-u-boot.git] / include / configs / dns325.h
index 18ff1bb9e58aca67f28d352b6846ee78ed1dba06..8e298ddfa1a5eef68d585265d9dde5ef9b588c2a 100644 (file)
                "setenv bootenvrootfstype ${nandrootfstype}; " \
                "setenv bootenvloadimage ${nandloadimage}\0"
 
-#define CONFIG_BOOTCOMMAND \
-       "if test -n ${bootenv} && usb start; then " \
-               "if run loadbootenv; then " \
-                       "echo Loaded environment ${bootenv} from usb;" \
-                       "run importbootenv;" \
-               "fi;" \
-               "if test -n ${bootenvcmd}; then " \
-                       "echo Running bootenvcmd ...;" \
-                       "run bootenvcmd;" \
-               "fi;" \
-       "fi;" \
-       "run setnandbootenv subbootcmd;"
-
 #endif /* _CONFIG_DNS325_H */
This page took 0.023075 seconds and 4 git commands to generate.