| 1383 | } |
| 1384 | |
| 1385 | static int cbfs_add_payload(void) |
| 1386 | { |
| 1387 | param.type = CBFS_TYPE_SELF; |
| 1388 | return cbfs_add_component(param.filename, |
| 1389 | param.name, |
| 1390 | param.headeroffset, |
| 1391 | cbfstool_convert_mkpayload); |
| 1392 | } |
| 1393 | |
| 1394 | static int cbfs_add_flat_binary(void) |
| 1395 | { |
nothing calls this directly
no test coverage detected