[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-147-ga2aef63
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-02-19 13:51:39
|
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 a2aef6362965a66fcb603dfd22cacae12169bb10 (commit)
from 5dff8e329624ce6bd347e005357354a1590da129 (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 a2aef6362965a66fcb603dfd22cacae12169bb10
Author: Eric Jarrige <eri...@ar...>
Date: Wed Feb 19 14:51:17 2014 +0100
[UBOOT] 2013.04: remove patch supporting the legacy build target u-boot-nand.bin
-----------------------------------------------------------------------
Summary of changes:
.../100-SPL-Add-u-boot-nand-build-option.patch | 30 --------------------
1 files changed, 0 insertions(+), 30 deletions(-)
delete mode 100644 patches/u-boot/2013.04/100-SPL-Add-u-boot-nand-build-option.patch
diff --git a/patches/u-boot/2013.04/100-SPL-Add-u-boot-nand-build-option.patch b/patches/u-boot/2013.04/100-SPL-Add-u-boot-nand-build-option.patch
deleted file mode 100644
index f6c3cc8..0000000
--- a/patches/u-boot/2013.04/100-SPL-Add-u-boot-nand-build-option.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-SPL: Add u-boot-nand build option
-
-Signed-off-by: Eric Jarrige <eri...@ar...>
-
----
- Makefile | 5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 08eecbb..00c9422 100644
---- a/Makefile
-+++ b/Makefile
-@@ -601,8 +601,14 @@ $(obj)u-boot.lds: $(LDSCRIPT)
- nand_spl: $(TIMESTAMP_FILE) $(VERSION_FILE) depend
- $(MAKE) -C nand_spl/board/$(BOARDDIR) all
-
-+ifeq ($(CONFIG_SPL),y)
-+$(obj)u-boot-nand.bin: $(obj)u-boot.bin $(obj)spl/u-boot-spl.bin
-+ $(OBJCOPY) ${OBJCFLAGS} --pad-to=$(CONFIG_SPL_PAD_TO) -O binary $(obj)spl/u-boot-spl $(obj)spl/u-boot-spl-pad.bin && \
-+ cat $(obj)spl/u-boot-spl-pad.bin $(obj)u-boot.bin > $(obj)u-boot-nand.bin
-+else
- $(obj)u-boot-nand.bin: nand_spl $(obj)u-boot.bin
- cat $(obj)nand_spl/u-boot-spl-16k.bin $(obj)u-boot.bin > $(obj)u-boot-nand.bin
-+endif
-
- $(obj)spl/u-boot-spl.bin: $(SUBDIR_TOOLS) depend
- $(MAKE) -C spl all
---
-1.7.4.4
-
hooks/post-receive
--
armadeus
|