barebox-sysmocom-mlo: Modernize and upgrade as well

The name of the config file was changed and so far
I was hesitant to upgrade the MLO. I think the change
in EEPROM applies to the MLO as well so we should
upgrade it. It has neither been build tested nor tested
on a device.
This commit is contained in:
Holger Hans Peter Freyther 2015-02-14 08:46:41 +01:00
parent f69c396c1d
commit 3235c311c9
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PROVIDES = ""
SRC_URI = "git://git.sysmocom.de/barebox;protocol=git;branch=master"
SRCREV = "de2b004a2511c4aaeed64d0a9f5bf14d184d1560"
SRCREV = "9bd8556fcf45b83f880fbb1cdb7c614b940d7272"
PR = "r2"
COMPATIBLE_MACHINE="sysmocom-odu"
@ -16,8 +16,8 @@ require barebox.inc
do_pre_configure() {
cp ${S}/arch/arm/configs/am335x_mlo_defconfig_odu ${S}/.config
oe_runmake oldconfig
cp ${S}/arch/arm/configs/am335x_mlo_odu_defconfig ${S}/.config
oe_runmake oldconfig
}
do_deploy_append() {