odroid-u2-base: fixing boot with boot-auto_edid.scr

This commit is contained in:
Gottox 2014-01-23 21:07:08 +01:00
parent 9f9543f617
commit 97904cb9c9
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"