diff options
author | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-19 02:27:48 +0000 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-11-19 02:27:48 +0000 |
commit | 1eb6e71fe0acf344eca916c703b71e182bcd6438 (patch) | |
tree | 3c0f8fd67045a47cee407cfd5f8bc0cfd5b4e277 /wic | |
parent | f438a091c319250eed33fe058706e93c9fbefd1c (diff) | |
download | meta-ti-1eb6e71fe0acf344eca916c703b71e182bcd6438.tar.gz |
wic: revert grub-efi patch
Revert "conf/machine: k3: Enable grub-efi by default in wic images"
This reverts commit d0b09833b44fa23cce86fd99dd8ca6631c61c476.
Diffstat (limited to 'wic')
-rw-r--r-- | wic/sdimage-2part-efi.wks | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/wic/sdimage-2part-efi.wks b/wic/sdimage-2part-efi.wks deleted file mode 100644 index ffb8d24b..00000000 --- a/wic/sdimage-2part-efi.wks +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | # short-description: Create SD card image with 2 partitions and EFI support | ||
2 | # long-description: Creates a partitioned SD card image for TI platforms that | ||
3 | # supports EFI. Boot files are located in the first vfat partition with extra | ||
4 | # reserved space. We cannot use a GPT here. | ||
5 | bootloader --append="rootfstype=ext4 ro" | ||
6 | part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --fstype=vfat --label boot --active --align 1024 --use-uuid --fixed-size 128M | ||
7 | part / --source rootfs --fstype=ext4 --label root --align 1024 --use-uuid | ||