diff options
| author | wdenk <wdenk> | 2003-10-06 21:55:32 +0000 |
|---|---|---|
| committer | wdenk <wdenk> | 2003-10-06 21:55:32 +0000 |
| commit | fbe4b5cbdea438ccec0d93de443f367f3ba46196 (patch) | |
| tree | 7a0a65dbae5217950bcc6301a435a074263fa0a7 /include/image.h | |
| parent | bb65a312675f3cd1923a5cbe325ad9ca1703fc58 (diff) | |
| download | olio-uboot-2014.01-fbe4b5cbdea438ccec0d93de443f367f3ba46196.tar.xz olio-uboot-2014.01-fbe4b5cbdea438ccec0d93de443f367f3ba46196.zip | |
* Update TRAB auto update codeLABEL_2003_10_06_2355
* Make fatload set filesize environment variable
fix potential buffer overlow problem
* enable basic / medium / high-end configurations for PPChameleonEVB
board; fix NAND code
* enable TFTP client code to specify to the server the desired
timeout value (see RFC-2349)
Diffstat (limited to 'include/image.h')
| -rw-r--r-- | include/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index b93d1041f..9c6f95b05 100644 --- a/include/image.h +++ b/include/image.h @@ -112,6 +112,7 @@ #define IH_TYPE_MULTI 4 /* Multi-File Image */ #define IH_TYPE_FIRMWARE 5 /* Firmware Image */ #define IH_TYPE_SCRIPT 6 /* Script file */ +#define IH_TYPE_FILESYSTEM 7 /* Filesystem Image (any type) */ /* * Compression Types |