diff mbox series

[meta-rockchip,v2,4/4] wks file cleanup

Message ID 20240216082922.7873-4-twoerner@gmail.com
State New
Headers show
Series [meta-rockchip,v2,1/4] rockchip.wks: specify fstype | expand

Commit Message

Trevor Woerner Feb. 16, 2024, 8:29 a.m. UTC
Cleanup the elements of the wic/rockchip.wks file so they take up less
horizontal space.

Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
changes in v2:
- add Quentin's tag
---
 wic/rockchip.wks | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/wic/rockchip.wks b/wic/rockchip.wks
index 4fccdf668c50..1dcd9d69ada6 100644
--- a/wic/rockchip.wks
+++ b/wic/rockchip.wks
@@ -19,12 +19,12 @@ 
 #   atf         24576           8192        (trusted OS e.g. ATR, OP-TEE, etc)
 #   root        32768           -
 
-part loader1    --offset 32     --fixed-size 3552K    --fstype=none            --source rawcopy                                   --sourceparams="file=${SPL_BINARY}"
+part loader1    --offset 32     --fixed-size 3552K    --fstype=none                --source rawcopy  --sourceparams="file=${SPL_BINARY}"
 part vstorage   --offset 3584   --fixed-size 256K     --fstype=none  --no-table
 part reserved   --offset 3840   --fixed-size 192K     --fstype=none  --no-table
 part reserved1  --offset 4032   --fixed-size 32K      --fstype=none  --no-table
 part uboot_env  --offset 4064   --fixed-size 32K      --fstype=none  --no-table
 part reserved2  --offset 4096   --fixed-size 4096K    --fstype=none  --no-table
-part loader2    --offset 8192   --fixed-size 4096K    --fstype=none            --source rawcopy                                   --sourceparams="file=u-boot.${UBOOT_SUFFIX}"
+part loader2    --offset 8192   --fixed-size 4096K    --fstype=none                --source rawcopy  --sourceparams="file=u-boot.${UBOOT_SUFFIX}"
 part atf        --offset 12288  --fixed-size 4096K    --fstype=none
-part /          --offset 16384                        --fstype=ext4  --active  --source rootfs            --label root
+part /          --offset 16384  --active              --fstype=ext4  --label root  --source rootfs