summaryrefslogtreecommitdiffstats
path: root/u-boot/include/config_cmd_defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/include/config_cmd_defaults.h')
-rw-r--r--u-boot/include/config_cmd_defaults.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/u-boot/include/config_cmd_defaults.h b/u-boot/include/config_cmd_defaults.h
new file mode 100644
index 0000000..9283daa
--- /dev/null
+++ b/u-boot/include/config_cmd_defaults.h
@@ -0,0 +1,14 @@
+/*
+ * config_cmd_defaults.h - sane defaults for everyone
+ *
+ * Copyright (c) 2010 Analog Devices Inc.
+ *
+ * Licensed under the GPL-2 or later.
+ */
+
+#ifndef _CONFIG_CMD_DEFAULTS_H_
+#define _CONFIG_CMD_DEFAULTS_H_
+
+#define CONFIG_CMD_BOOTM 1
+
+#endif