Skip to content

Commit

Permalink
u-boot: Bump PR to get new kernal command line args
Browse files Browse the repository at this point in the history
The new kernel command line args set consoleblank=0 to prevent
the console from turning off after ten minutes.

This also moves "setsid" to before the console prompt, to prevent
confusion when porting a new kernel.
  • Loading branch information
Sean Cross committed Mar 7, 2012
1 parent 76afa80 commit f9feafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-bsp/u-boot/u-boot_2009.07.bb
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.bin"
UBOOT_SYMLINK = "u-boot-${MACHINE}.bin"

PV = "2009.07"
PR = "r1"
PR = "r3"

COMPATIBLE_MACHINE = "(kovan)"

SRC_URI = "git://github.com/sutajiokousagi/u-boot-2009.07-silvermoon.git;protocol=git;branch=${MACHINE} \
"

SRCREV = "a8c4f97ca622073e6223d4e04f72491d23d5a281"
SRCREV = "cc1c182acbb991caa28ab2bbd9632d992b091af0"

LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"

Expand Down

0 comments on commit f9feafe

Please sign in to comment.