]> Git Repo - u-boot.git/blobdiff - include/configs/PN62.h
* Implement new mechanism to export U-Boot's functions to standalone
[u-boot.git] / include / configs / PN62.h
index 6c37208c058ab85a89c2c706748b30e200e4213c..c58e990a19d2eb9135ee8bb0c11825e254f85764 100644 (file)
 #define CONFIG_CONS_INDEX      1
 
 
-#define REMOVE_COMMANDS         ( CFG_CMD_AUTOSCRIPT | \
-                                 CFG_CMD_LOADS | \
-                                 CFG_CMD_ENV | \
-                                 CFG_CMD_FLASH )
+#define REMOVE_COMMANDS         ( CFG_CMD_AUTOSCRIPT   | \
+                                 CFG_CMD_LOADS         | \
+                                 CFG_CMD_ENV           | \
+                                 CFG_CMD_FLASH         | \
+                                 CFG_CMD_IMLS          )
 
 #define CONFIG_COMMANDS                ( (CONFIG_CMD_DFL & ~REMOVE_COMMANDS) |\
                                  CFG_CMD_PCI |\
This page took 0.025418 seconds and 4 git commands to generate.