[U-Boot] [PATCH 2/5] common/config_defaults.h: make CONFIG_BOOTM_VXWORKS default configuration

Miao Yan miao.yan at windriver.com
Mon Sep 16 11:58:07 CEST 2013


Signed-off-by: Miao Yan <miao.yan at windriver.com>
---
 include/config_defaults.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/config_defaults.h b/include/config_defaults.h
index 567b46c..ad08c1d 100644
--- a/include/config_defaults.h
+++ b/include/config_defaults.h
@@ -14,6 +14,7 @@
 #define CONFIG_BOOTM_NETBSD 1
 #define CONFIG_BOOTM_PLAN9 1
 #define CONFIG_BOOTM_RTEMS 1
+#define CONFIG_BOOTM_VXWORKS 1
 
 #define CONFIG_GZIP 1
 #define CONFIG_ZLIB 1
-- 
1.7.9.5



More information about the U-Boot mailing list