Skip to content
Snippets Groups Projects
Commit 945201a5 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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


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

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 14dda9df
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,8 @@ ...@@ -82,6 +82,8 @@
*/ */
#define CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_IS_NOWHERE
#define CONFIG_ENV_SIZE 0x400 #define CONFIG_ENV_SIZE 0x400
#undef CONFIG_CMD_EXPORTENV
#undef CONFIG_CMD_IMPORTENV
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment