Merge pull request #258 from Gottox/master
odroid-u2-base: fixing boot with boot-auto_edid.scr
This commit is contained in:
commit
179f2a9a70
|
@ -1,5 +1,5 @@
|
|||
setenv initrd_high "0xffffffff"
|
||||
setenv fdt_high "0xffffffff"
|
||||
setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; bootm 0x40008000"
|
||||
setenv bootargs "console=tty1 console=ttySAC1,115200n8 root=root=/dev/mmcblk0p2 rootwait ro mem=2047M"
|
||||
setenv bootargs "console=tty1 console=ttySAC1,115200n8 root=/dev/mmcblk0p2 rootwait ro mem=2047M"
|
||||
boot
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'odroid-u2-base'
|
||||
pkgname=odroid-u2-base
|
||||
version=1.2
|
||||
version=1.3
|
||||
revision=1
|
||||
homepage="http://www.voidlinux.eu"
|
||||
hostmakedepends="uboot-mkimage"
|
||||
|
|
Loading…
Reference in New Issue
Block a user