commit | de1f34cb6351c028ebcc61fea9fa78008ca1a529 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <[email protected]> | Wed Dec 08 13:35:06 2010 +0200 |
committer | Blue Swirl <[email protected]> | Sat Dec 11 21:32:46 2010 +0000 |
tree | 5741f0c6de842fd7966eb6df47dbd0adb94da6d7 | |
parent | 1ca4d09ae0bcc2fdd6aeef0fdc11f82394f7e757 [diff] |
Change fw_cfg_add_file() to get full file path as a parameter. Change fw_cfg_add_file() to get full file path as a parameter instead of building one internally. Two reasons for that. First caller may need to know how file is named. Second this moves policy of file naming out from fw_cfg. Platform may want to use more then two levels of directories for instance. Signed-off-by: Gleb Natapov <[email protected]> Signed-off-by: Blue Swirl <[email protected]>