]> Git Repo - J-u-boot.git/commit - cmd/cramfs.c
CRAMFS: support cramfs in RAM
authorHeiko Schocher <[email protected]>
Thu, 7 Jan 2010 07:55:54 +0000 (08:55 +0100)
committerWolfgang Denk <[email protected]>
Sun, 17 Jan 2010 23:44:13 +0000 (00:44 +0100)
commit88ffb2665cd066b6b20cfaade13929d4e8428dde
treef21a5d236cc51aeb27603ac5f7696135dd9ac3fa
parent4897ee33c98b4b29efd62854052eb7862380b5ae
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 <[email protected]>
Signed-off-by: Heiko Schocher <[email protected]>
common/Makefile
common/cmd_cramfs.c [new file with mode: 0644]
This page took 0.02899 seconds and 4 git commands to generate.