mirror of
https://xff.cz/git/u-boot/
synced 2025-09-05 10:42:10 +02:00
Add generic filesystem image type
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
Changes for U-Boot 1.0.0:
|
Changes for U-Boot 1.0.0:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Add generic filesystem image type
|
||||||
|
|
||||||
* Make fatload set filesize environment variable
|
* Make fatload set filesize environment variable
|
||||||
|
|
||||||
* enable basic / medium / high-end configurations for PPChameleonEVB
|
* enable basic / medium / high-end configurations for PPChameleonEVB
|
||||||
|
@@ -110,6 +110,7 @@ table_entry_t type_name[] = {
|
|||||||
{ IH_TYPE_MULTI, "multi", "Multi-File Image", },
|
{ IH_TYPE_MULTI, "multi", "Multi-File Image", },
|
||||||
{ IH_TYPE_FIRMWARE, "firmware", "Firmware", },
|
{ IH_TYPE_FIRMWARE, "firmware", "Firmware", },
|
||||||
{ IH_TYPE_SCRIPT, "script", "Script", },
|
{ IH_TYPE_SCRIPT, "script", "Script", },
|
||||||
|
{ IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image", },
|
||||||
{ -1, "", "", },
|
{ -1, "", "", },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user