commit | 07b4627e3db48ed4df0714a5c1bc3f999f2febfe | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Thu Jan 07 08:55:54 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Mon Jan 18 00:44:13 2010 +0100 |
tree | f21a5d236cc51aeb27603ac5f7696135dd9ac3fa | |
parent | 2f6ea29485e329a33521607ca949836f2fa01855 [diff] |
CRAMFS: support cramfs in RAM cramfsls and cramfsload are added to the command list. A cramfs placed at 'cramfs_addr' can the be listed with 'cramfsls' and files can be loaded with 'cramfsload'. 'cramfs_addr' is an environment variable specifying the address the cramfs is located. This works for powerpc and for ARM. Use CONFIG_CMD_CRAMFS. Signed-off-by: Andreas Huber <andreas.huber@keymile.com> Signed-off-by: Heiko Schocher <hs@denx.de>