* Enabled password check on RMU board
* Fix configuration problem with IceCube in LOWBOOT configuration:
environment got embedded, corrupting the image layout.
diff --git a/include/configs/rmu.h b/include/configs/rmu.h
index c0c4083..68c35b4 100644
--- a/include/configs/rmu.h
+++ b/include/configs/rmu.h
@@ -99,6 +99,10 @@
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>
+#define CONFIG_AUTOBOOT_KEYED /* Enable password protection */
+#define CONFIG_AUTOBOOT_PROMPT "\nEnter password - autoboot in %d sec...\n"
+#define CONFIG_AUTOBOOT_DELAY_STR "system"
+
/*
* Miscellaneous configurable options
*/