diff options
author | Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> | 2018-02-19 16:56:32 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-25 22:40:22 +0100 |
commit | b15a7a62d3f992af3fa8eca1e358735c47b64390 (patch) | |
tree | b9ceb36a2a7f53a43923470b5ecaac1e930cc0bc | |
parent | baae5156ce37e8b2775f04710f7d1c8e97e4114c (diff) | |
download | buildroot-b15a7a62d3f992af3fa8eca1e358735c47b64390.tar.gz buildroot-b15a7a62d3f992af3fa8eca1e358735c47b64390.zip |
uboot: revert "uboot: use local libfdt.h"
This reverts commit 3a6573ccee2624de0c604abf2c7df6704a4cf566.
It is no longer necessary after solving the problem differently.
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | boot/uboot/uboot.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index 977f44cad8..c7cd739150 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -188,13 +188,6 @@ define UBOOT_APPLY_LOCAL_PATCHES endef UBOOT_POST_PATCH_HOOKS += UBOOT_APPLY_LOCAL_PATCHES -# Bug: https://patchwork.ozlabs.org/patch/833760/ -define UBOOT_FIX_LIBFDT_SYSTEM_PATH - [ ! -e $(@D)/tools/fdtgrep.c ] || \ - $(SED) 's%<../include/libfdt.h>%"../include/libfdt.h"%' $(@D)/tools/fdtgrep.c -endef -UBOOT_POST_PATCH_HOOKS += UBOOT_FIX_LIBFDT_SYSTEM_PATH - ifeq ($(BR2_TARGET_UBOOT_BUILD_SYSTEM_LEGACY),y) define UBOOT_CONFIGURE_CMDS $(TARGET_CONFIGURE_OPTS) \ |