diff options
Diffstat (limited to 'wic/imx-barebox.wks')
| -rw-r--r-- | wic/imx-barebox.wks | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wic/imx-barebox.wks b/wic/imx-barebox.wks index 0672cbb27..596583d34 100644 --- a/wic/imx-barebox.wks +++ b/wic/imx-barebox.wks | |||
| @@ -15,3 +15,5 @@ | |||
| 15 | part barebox --source rawcopy --sourceparams="file=barebox.bin,skip=512" --ondisk mmcblk --no-table | 15 | part barebox --source rawcopy --sourceparams="file=barebox.bin,skip=512" --ondisk mmcblk --no-table |
| 16 | part bareboxenv --source rawcopy --sourceparams="file=bareboxenv.bin" --ondisk mmcblk --no-table --align 512 | 16 | part bareboxenv --source rawcopy --sourceparams="file=bareboxenv.bin" --ondisk mmcblk --no-table --align 512 |
| 17 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 | 17 | part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 |
| 18 | |||
| 19 | bootloader --ptable msdos | ||
