barebox: Build newer versions for 256mb RAM and flash >= 128 MB

We need to build a variant of barebox that deals with only having
256mb of ram and maybe only 128mb of nand flash.
This commit is contained in:
Holger Hans Peter Freyther 2014-07-15 19:02:52 +02:00
parent 26d74189eb
commit e89bd0a3a1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PROVIDES = ""
SRC_URI = "git://git.sysmocom.de/barebox;protocol=git;branch=master"
SRCREV = "79a975077c3844c957f009224a76b5e493cfcb07"
SRCREV = "de2b004a2511c4aaeed64d0a9f5bf14d184d1560"
PR = "r1"
COMPATIBLE_MACHINE="sysmocom-odu"

View File

@ -1,5 +1,5 @@
SRC_URI = "git://git.sysmocom.de/barebox;protocol=git;branch=master"
SRCREV = "79a975077c3844c957f009224a76b5e493cfcb07"
SRCREV = "de2b004a2511c4aaeed64d0a9f5bf14d184d1560"
PR = "r1"
DEPENDS = "${PN}-mlo"