21 lines
726 B
Diff
21 lines
726 B
Diff
From: Dany LE <dany@iohub.dev>
|
|
Date: Wed, 16 Dec 2020 20:16:14 -0800
|
|
Subject: u-boot-xunlong correct version
|
|
|
|
Upstream-Status: Pending
|
|
|
|
---
|
|
diff --git a/scripts/dtc/pylibfdt/Makefile b/scripts/dtc/pylibfdt/Makefile
|
|
index 493995e30..a7579f0c5 100644
|
|
--- a/scripts/dtc/pylibfdt/Makefile
|
|
+++ b/scripts/dtc/pylibfdt/Makefile
|
|
@@ -17,7 +17,7 @@ quiet_cmd_pymod = PYMOD $@
|
|
cmd_pymod = unset CROSS_COMPILE; unset CFLAGS; \
|
|
CC="$(HOSTCC)" LDSHARED="$(HOSTCC) -shared " \
|
|
LDFLAGS="$(HOSTLDFLAGS)" \
|
|
- VERSION="u-boot-$(UBOOTVERSION)" \
|
|
+ VERSION="$(UBOOTVERSION)" \
|
|
CPPFLAGS="$(HOSTCFLAGS) -I$(LIBFDT_srcdir)" OBJDIR=$(obj) \
|
|
SOURCES="$(PYLIBFDT_srcs)" \
|
|
SWIG_OPTS="-I$(LIBFDT_srcdir) -I$(LIBFDT_srcdir)/.." \
|