mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
imx-bootlets: enable tvenc_pal
This commit is contained in:
parent
50195a368c
commit
2cf4c39874
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ buildarch=2
|
|||
|
||||
pkgname=imx-bootlets-olinuxino
|
||||
pkgver=10.12.01
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Bootlets for the i.MX233 Freescale processor"
|
||||
arch=(arm)
|
||||
url="http://freescale.com"
|
||||
|
@ -15,10 +15,11 @@ source=("http://download.ossystems.com.br/bsp/freescale/source/imx-bootlets-src-
|
|||
"linux-fix-paths.patch"
|
||||
"imx233-olinuxino-maxi.patch")
|
||||
md5sums=('cf0ab3822dca694b930a051501c1d0e4'
|
||||
'5d2ceded7e8ece6245063098090ac4fe'
|
||||
'27056e5005be16bfa14ae9ee5233974d'
|
||||
'a0834e59e0448d6944383bb9e7de524c'
|
||||
'a3ecd391021d32723c34c955a3e2a0f5')
|
||||
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/imx-bootlets-src-${pkgver}
|
||||
patch -Np1 -i ../linux_prep-fix-cmdlines.patch
|
||||
|
|
|
@ -25,6 +25,6 @@ index 9a717eb..fdb7390 100644
|
|||
-
|
||||
-
|
||||
-
|
||||
+console=ttyAMA0,115200 root=/dev/mmcblk0p2 rw rootwait ssp1=mmc lcd_panel=lms430 no_console_suspend
|
||||
+console=ttyAMA0,115200 root=/dev/mmcblk0p2 rw rootwait ssp1=mmc lcd_panel=tvenc_pal no_console_suspend
|
||||
+console=ttyAMA0,115200 root=/dev/mmcblk0p2 rw rootwait ssp1=mmc lcd_panel=lms350
|
||||
+console=ttyAMA0,115200 ssp1=spi1 ubi.mtd=2 root=ubi0:rootfs0 rootfstype=ubifs lcd_panel=lms430
|
||||
|
|
Loading…
Reference in a new issue