Merge pull request #258 from Gottox/master

odroid-u2-base: fixing boot with boot-auto_edid.scr
This commit is contained in:
Juan RP 2014-01-23 13:00:07 -08:00
commit 179f2a9a70
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"