[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-230-g8db7516
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2014-04-25 11:59:34
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 8db7516a6383bd4626ab6ceb9cc5a1804422cc4a (commit)
from 6f8d32920c7d66a753ca230d58e58be546433d5b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8db7516a6383bd4626ab6ceb9cc5a1804422cc4a
Author: Fabien Marteau <fab...@ar...>
Date: Fri Apr 25 13:58:54 2014 +0200
[uboot] firmware_autoload must be set to 1 for autoload
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf27/apf27-u-boot-2013.04.h | 2 +-
.../device/armadeus/apf51/apf51-u-boot-2013.04.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf27/apf27-u-boot-2013.04.h b/buildroot/target/device/armadeus/apf27/apf27-u-boot-2013.04.h
index ad7006c..ef0aa87 100644
--- a/buildroot/target/device/armadeus/apf27/apf27-u-boot-2013.04.h
+++ b/buildroot/target/device/armadeus/apf27/apf27-u-boot-2013.04.h
@@ -249,7 +249,7 @@
"then echo Firmware successfully loaded;" \
"else echo Loading firmware failed!;" \
"fi;\0" \
- "checknload_firmware=if test -n ${firmware_autoload};" \
+ "checknload_firmware=if test ${firmware_autoload} -eq 1;" \
"then run load_firmware; else exit; fi;\0"\
"download_dtb=tftpboot ${loadaddr} ${board_name}.dtb\0" \
"flash_dtb=nand erase.part dtb;" \
diff --git a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2013.04.h b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2013.04.h
index 670b96a..2af3e74 100644
--- a/buildroot/target/device/armadeus/apf51/apf51-u-boot-2013.04.h
+++ b/buildroot/target/device/armadeus/apf51/apf51-u-boot-2013.04.h
@@ -255,7 +255,7 @@
"then echo Firmware successfully loaded;" \
"else echo Loading firmware failed!;" \
"fi;\0" \
- "checknload_firmware=if test -n ${firmware_autoload};" \
+ "checknload_firmware=if test ${firmware_autoload} -eq 1;" \
"then run load_firmware; else exit; fi;\0"\
"download_dtb=tftpboot ${loadaddr} ${board_name}.dtb\0" \
"flash_dtb=nand erase.part dtb;" \
hooks/post-receive
--
armadeus
|