Browse Source

Blackfin: bf506f-ezkit: disable import/export env commands

Space is very tight on this board, so remove more extraneous commands.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 14 years ago
parent
commit
945201a53f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/configs/bf506f-ezkit.h

+ 2 - 0
include/configs/bf506f-ezkit.h

@@ -82,6 +82,8 @@
  */
 #define CONFIG_ENV_IS_NOWHERE
 #define CONFIG_ENV_SIZE 0x400
+#undef CONFIG_CMD_EXPORTENV
+#undef CONFIG_CMD_IMPORTENV
 
 
 /*