aboutsummaryrefslogtreecommitdiff
path: root/96boards-b2260-u-boot.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-01-16 12:07:49 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-01-16 10:10:41 +0000
commitee9d18265ebbd28620a9fcfeed06034f00e2c63b (patch)
tree222701f844bf02e4c6e9de27f19b18b93e6a76ec /96boards-b2260-u-boot.yaml
parenta7e8578f375e8a42dd4eb6f30324129e293cefde (diff)
96boards-b2260-u-boot: don't ignore the build error
include/autoconf.mk missing separator has been fixed: https://github.com/cpriouzeau/STi-U-Boot/commit/e8f93c5c6ecf700f8e6d22312598788ffd79967d Change-Id: I3a3a978005b18ac2ac2c878c69d4dba32a38193a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-b2260-u-boot.yaml')
-rw-r--r--96boards-b2260-u-boot.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/96boards-b2260-u-boot.yaml b/96boards-b2260-u-boot.yaml
index f7d2af8fcc..a28aa89061 100644
--- a/96boards-b2260-u-boot.yaml
+++ b/96boards-b2260-u-boot.yaml
@@ -56,13 +56,8 @@
export PATH="${HOME}/srv/toolchain/arm-tc-16.02/bin:$PATH"
export CROSS_COMPILE=arm-linux-gnueabihf-
- # Ignore errors otherwise we'll stop on
- # grep: Invalid back reference
- # include/autoconf.mk:69: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
- set +e
make st_b2260_stxh410_sd_defconfig
make -j$(getconf _NPROCESSORS_ONLN) CONFIG_STM_ENV_OFFSET=0x1C0000 MEM_MAP=992MB u-boot.bin
- set -e
# Publish
mkdir out