[U-Boot] [PATCH 2/3] Blackfin: bf506f-ezkit: disable import/export env commands
Mike Frysinger
vapier at gentoo.org
Mon Apr 25 08:06:08 CEST 2011
Space is very tight on this board, so remove more extraneous commands.
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
include/configs/bf506f-ezkit.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/bf506f-ezkit.h b/include/configs/bf506f-ezkit.h
index 3580ec6..77b6735 100644
--- a/include/configs/bf506f-ezkit.h
+++ b/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
/*
--
1.7.5.rc1
More information about the U-Boot
mailing list