From aaef6af80ca6127b276743ec76a001695a382582 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 1 Apr 2020 17:26:15 +0200 Subject: [PATCH] am335x: wic: Make bootloader redundant BugzID: 61929 --- wic/sdimage-sota-am335x.wks | 1 + 1 file changed, 1 insertion(+) diff --git a/wic/sdimage-sota-am335x.wks b/wic/sdimage-sota-am335x.wks index 80607a3..e96ce4c 100644 --- a/wic/sdimage-sota-am335x.wks +++ b/wic/sdimage-sota-am335x.wks @@ -3,4 +3,5 @@ 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 3456 part / --source otaimage --ondisk mmcblk --fstype=ext4 --align 4096