From 04d414090c71f986b54838f791430fabaa57ca7c Mon Sep 17 00:00:00 2001 From: Steven Stallion Date: Wed, 20 Mar 2013 06:31:35 +0000 Subject: image: Add support for Plan 9 Signed-off-by: Steven Stallion Cc: Tom Rini Reviewed-by: Tom Rini --- include/config_defaults.h | 1 + include/image.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/config_defaults.h b/include/config_defaults.h index d023c63..567b46c 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -12,6 +12,7 @@ /* 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 diff --git a/include/image.h b/include/image.h index 8e285f9..4ad0e6b 100644 --- a/include/image.h +++ b/include/image.h @@ -84,6 +84,7 @@ #define IH_OS_UNITY 20 /* Unity OS */ #define IH_OS_INTEGRITY 21 /* INTEGRITY */ #define IH_OS_OSE 22 /* OSE */ +#define IH_OS_PLAN9 23 /* Plan 9 */ /* * CPU Architecture Codes (supported by Linux) -- cgit v1.1