barebox: use uImage instead of zImage

Also move to a combined branch for sysmobts and sysmocom-odu. Disable
bootloader spec support as well.

Signed-off-by: Jan Luebbe <jluebbe@debian.org>
This commit is contained in:
Jan Luebbe 2015-06-13 17:58:03 +02:00 committed by Holger Hans Peter Freyther
parent 99d4e91827
commit 445244c528
4 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
require barebox.inc
SRCREV = "045022f36e4d83396ee3b518d0d3bc5cd9b80ee9"
SRCREV = "6825fb56576b78be47a1dae292bac14ec18bdd2e"
SRC_URI = " \
git://git.sysmocom.de/barebox.git;branch=v2015.05-sysmobts \
git://git.sysmocom.de/barebox.git;branch=v2015.05 \
file://defconfig \
"

View File

@ -1,8 +1,8 @@
require barebox.inc
SRCREV = "c0a4bb242bde34a4f1debb574e5cc44c9b4894ca"
SRCREV = "6825fb56576b78be47a1dae292bac14ec18bdd2e"
SRC_URI = " \
git://git.sysmocom.de/barebox.git;branch=v2015.05-sysmocom-odu \
git://git.sysmocom.de/barebox.git;branch=v2015.05 \
file://defconfig \
"

View File

@ -151,7 +151,7 @@ CONFIG_PASSWD_CRYPTO_PBKDF2=y
CONFIG_DYNAMIC_CRC_TABLE=y
CONFIG_ERRNO_MESSAGES=y
# CONFIG_TIMESTAMP is not set
CONFIG_BLSPEC=y
# CONFIG_BLSPEC is not set
CONFIG_IMD=y
CONFIG_IMD_TARGET=y
# CONFIG_KERNEL_INSTALL_TARGET is not set

View File

@ -2,9 +2,9 @@ require barebox.inc
RDEPENDS_${PN} += "${PN}-mlo"
SRCREV = "c0a4bb242bde34a4f1debb574e5cc44c9b4894ca"
SRCREV = "6825fb56576b78be47a1dae292bac14ec18bdd2e"
SRC_URI = " \
git://git.sysmocom.de/barebox.git;branch=v2015.05-sysmocom-odu \
git://git.sysmocom.de/barebox.git;branch=v2015.05 \
file://defconfig \
"