am335x: wic: Make bootloader redundant

BugzID: 61929
This commit is contained in:
Alexandre Bard 2020-04-01 17:26:15 +02:00
parent 68727c8b26
commit aaef6af80c
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@
part SPL --source rawcopy --sourceparams="file=MLO" --ondisk mmcblk --no-table --align 128 part SPL --source rawcopy --sourceparams="file=MLO" --ondisk mmcblk --no-table --align 128
part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 384 part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 384
part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 3456
part / --source otaimage --ondisk mmcblk --fstype=ext4 --align 4096 part / --source otaimage --ondisk mmcblk --fstype=ext4 --align 4096