diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-09-08 13:57:12 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-09 15:52:35 +0200 |
commit | 9ba2e2c8191353d75b2d535e672a125be7b84c03 (patch) | |
tree | f347781405f8ede24e24a4983ade51415833d1bf /README | |
parent | 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1 (diff) | |
download | u-boot-imx-9ba2e2c8191353d75b2d535e672a125be7b84c03.zip u-boot-imx-9ba2e2c8191353d75b2d535e672a125be7b84c03.tar.gz u-boot-imx-9ba2e2c8191353d75b2d535e672a125be7b84c03.tar.bz2 |
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 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3030,8 +3030,8 @@ details; basically, the header defines the following image properties: * Target Operating System (Provisions for OpenBSD, NetBSD, FreeBSD, 4.4BSD, Linux, SVR4, Esix, Solaris, Irix, SCO, Dell, NCR, VxWorks, - LynxOS, pSOS, QNX, RTEMS, ARTOS; - Currently supported: Linux, NetBSD, VxWorks, QNX, RTEMS, ARTOS, LynxOS). + LynxOS, pSOS, QNX, RTEMS; + Currently supported: Linux, NetBSD, VxWorks, QNX, RTEMS, LynxOS). * Target CPU Architecture (Provisions for Alpha, ARM, AVR32, Intel x86, IA64, MIPS, NIOS, PowerPC, IBM S390, SuperH, Sparc, Sparc 64 Bit; Currently supported: ARM, AVR32, Intel x86, MIPS, NIOS, PowerPC). |