diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2024-03-27 00:09:51 +0100 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2024-03-27 00:11:22 +0100 |
commit | 9c52849a401acecb93b896aba0c9938e0d112bf4 (patch) | |
tree | e8b5396061971c90be4ba5262af28d003f6a38fb | |
parent | c0be05cc09d3792195719a9dd346d11dfc2bde8f (diff) | |
download | linux-thead-9c52849a401acecb93b896aba0c9938e0d112bf4.tar.gz linux-thead-9c52849a401acecb93b896aba0c9938e0d112bf4.tar.bz2 linux-thead-9c52849a401acecb93b896aba0c9938e0d112bf4.zip |
Revert "tizen: Add extlinux.conf file to boot Tizen"accepted/tizen/unified/x/20240328.131010
This reverts commit e72a2f6fb82be2ff7252a172e66c1a153d409b2f. With
adapted u-boot installed on SD-card a standard Tizen's boot.scr.uimg
based booting is possible.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I336508b4ee08846d8079f3925817974383f9d865
-rw-r--r-- | packaging/linux-lpi4a.spec | 2 | ||||
-rw-r--r-- | tizen/extlinux.conf | 35 |
2 files changed, 0 insertions, 37 deletions
diff --git a/packaging/linux-lpi4a.spec b/packaging/linux-lpi4a.spec index 1cca94053c31..9a195bd0445f 100644 --- a/packaging/linux-lpi4a.spec +++ b/packaging/linux-lpi4a.spec @@ -121,7 +121,6 @@ mkdir -p %{buildroot}/lib/modules # Install kernel DTB install -m 644 arch/%{buildarch}/boot/dts/thead/th1520*.dtb %{buildroot}/boot/ -install -m 644 tizen/extlinux.conf %{buildroot}/boot/ mkdir -p %{buildroot}/boot/overlays # Install kernel headers @@ -180,7 +179,6 @@ rm -rf %{buildroot} %license COPYING /boot/Image /boot/th1520*.dtb -/boot/extlinux.conf %files -n %{variant}-linux-kernel-headers /usr/include/* diff --git a/tizen/extlinux.conf b/tizen/extlinux.conf deleted file mode 100644 index 26b4b12cfaad..000000000000 --- a/tizen/extlinux.conf +++ /dev/null @@ -1,35 +0,0 @@ -default 21 -menu title U-Boot menu -prompt 2 -timeout 50 - -label l0 - menu label RevyOS GNU/Linux 5.10.113-lpi4a (HDMI only) - linux /Image - fdtdir /dtbs/linux-image-5.10.113-lpi4a/ - append root=/dev/mmcblk0p3 console=ttyS0,115200 rootwait rw earlycon clk_ignore_unused loglevel=7 eth= rootrwoptions=rw,noatime rootrwreset=yes - -label l1 - menu label RevyOS GNU/Linux 5.10.113-lpi4a (HDMI and MIPI) - linux /Image - fdtdir /dtbs/linux-image-5.10.113-lpi4a/dual - append root=/dev/mmcblk0p3 console=ttyS0,115200 rootwait rw earlycon clk_ignore_unused loglevel=7 eth= rootrwoptions=rw,noatime rootrwreset=yes - -label l0r - menu label RevyOS GNU/Linux 5.10.113-lpi4a (rescue target) - linux /vmlinux-5.10.113-lpi4a - initrd /initrd.img-5.10.113-lpi4a - fdtdir /dtbs/linux-image-5.10.113-lpi4a/ - append root=/dev/mmcblk0p3 console=ttyS0,115200 rootwait rw earlycon clk_ignore_unused loglevel=7 eth= rootrwoptions=rw,noatime rootrwreset=yes single - -label 20 - menu label Tizen OS GNU/Linux v5.10.113 - linux /Image - fdtdir /dtbs/linux-image-5.10.113-lpi4a/ - append root=/dev/mmcblk1p7 console=ttyS0,115200 rootwait rw earlycon clk_ignore_unused loglevel=7 eth= rootrwoptions=rw,noatime rootrwreset=yes - -label 21 - menu label Tizen OS GNU/Linux v6.6.20 - linux /Image - fdtdir / - append root=/dev/mmcblk1p7 console=ttyS0,115200 rootwait rw earlycon clk_ignore_unused loglevel=7 eth= rootrwoptions=rw,noatime rootrwreset=yes |