summaryrefslogtreecommitdiff
path: root/common/image.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-09-08 13:57:12 -0500
committerWolfgang Denk <wd@denx.de>2008-09-09 15:52:35 +0200
commit9ba2e2c8191353d75b2d535e672a125be7b84c03 (patch)
treef347781405f8ede24e24a4983ade51415833d1bf /common/image.c
parent47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1 (diff)
Remove support for booting ARTOS images
Pantelis Antoniou stated: AFAIK, it is still used but the products using PPC are long gone. Nuke it plz (from orbit). So remove it since it cleans up a usage of env_get_char outside of the environment code. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'common/image.c')
-rw-r--r--common/image.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/image.c b/common/image.c
index 94f01ad45..78efe2ebb 100644
--- a/common/image.c
+++ b/common/image.c
@@ -105,9 +105,6 @@ static table_entry_t uimage_arch[] = {
static table_entry_t uimage_os[] = {
{ IH_OS_INVALID, NULL, "Invalid OS", },
-#if defined(CONFIG_ARTOS) || defined(USE_HOSTCC)
- { IH_OS_ARTOS, "artos", "ARTOS", },
-#endif
{ IH_OS_LINUX, "linux", "Linux", },
#if defined(CONFIG_LYNXKDI) || defined(USE_HOSTCC)
{ IH_OS_LYNXOS, "lynxos", "LynxOS", },