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>
This commit is contained in:
committed by
Wolfgang Denk
parent
47ffd6c2fc
commit
9ba2e2c819
@@ -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", },
|
||||
|
||||
Reference in New Issue
Block a user