X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfig_defaults.h;h=567b46c87a5a6fc7bf8451255eb9383da1de3016;hb=601795462a4e7ede97b64dc306de1002e688eef6;hp=0337163c2a21529a9d76639c51fe65bf40b4bada;hpb=909e9bf3ae6195ac6d52f9e453fba2be8e7e947f;p=u-boot diff --git a/include/config_defaults.h b/include/config_defaults.h index 0337163c2a..567b46c87a 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -12,9 +12,11 @@ /* 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_GZIP 1 #define CONFIG_ZLIB 1 +#define CONFIG_PARTITIONS 1 #endif