commit | 63c28b7fe11eebf93e6e237726340fdaa2c43f3e | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@us.ibm.com> | Thu Jun 09 10:32:21 2016 -0500 |
committer | Milton Miller <miltonm@us.ibm.com> | Thu Jun 23 11:24:00 2016 -0500 |
tree | f5c0b22ffda231f2c689bde5fc0a9fb3853fb234 | |
parent | 19a85421d0fca5a96ba83c537454991dfbc30318 [diff] |
image_types_uboot: Don't truncate when assembling flash The generate_flash_image step was creating a file then using dd to fill in the pieces, but missed adding the conv=notrunc flag, so each step was shortening the file to its output. Add the forgotten conversion flag to each dd command. Signed-off-by: Milton Miller <miltonm@us.ibm.com>