summaryrefslogtreecommitdiff
path: root/include/config_defaults.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-09-20 17:36:50 -0400
committerTom Rini <trini@konsulko.com>2019-10-04 12:21:23 -0400
commit4b0bcfa7c4ecd5d5e02c5e7d10d128a7da53414b (patch)
tree060f3586e2fd91d0c34e0cc5363f68de7f1fb720 /include/config_defaults.h
parent400b9554cc3ef6d301940d43a2a6f9c098df5fb9 (diff)
Kconfig: Migrate CONFIG_BOOTM_* options
Migrate all of the existing OS support options that are under CONFIG_BOOTM_* to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/config_defaults.h')
-rw-r--r--include/config_defaults.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config_defaults.h b/include/config_defaults.h
index 4ed09683b6..d211a41ef2 100644
--- a/include/config_defaults.h
+++ b/include/config_defaults.h
@@ -9,11 +9,4 @@
#ifndef _CONFIG_DEFAULTS_H_
#define _CONFIG_DEFAULTS_H_
-/* Support bootm-ing different OSes */
-#define CONFIG_BOOTM_LINUX 1
-#define CONFIG_BOOTM_NETBSD 1
-#define CONFIG_BOOTM_PLAN9 1
-#define CONFIG_BOOTM_RTEMS 1
-#define CONFIG_BOOTM_VXWORKS 1
-
#endif