* [PATCH] arm: Remove #include <version.h> from armv8/fwcall.c @ 2021-01-27 15:29 Pali Rohár 2021-02-01 20:43 ` Simon Glass 2021-02-02 14:31 ` Tom Rini 0 siblings, 2 replies; 3+ messages in thread From: Pali Rohár @ 2021-01-27 15:29 UTC (permalink / raw) To: u-boot No version information is used in armv8/fwcall.c therefore do not include version.h header file. This change prevents recompiling fwcall.o when SOURCE_DATE_EPOCH changes. Signed-off-by: Pali Roh?r <pali@kernel.org> --- arch/arm/cpu/armv8/fwcall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/cpu/armv8/fwcall.c b/arch/arm/cpu/armv8/fwcall.c index b29bc30fc2..16914dc1ee 100644 --- a/arch/arm/cpu/armv8/fwcall.c +++ b/arch/arm/cpu/armv8/fwcall.c @@ -7,7 +7,6 @@ #include <asm-offsets.h> #include <config.h> -#include <version.h> #include <asm/cache.h> #include <asm/macro.h> #include <asm/psci.h> -- 2.20.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] arm: Remove #include <version.h> from armv8/fwcall.c 2021-01-27 15:29 [PATCH] arm: Remove #include <version.h> from armv8/fwcall.c Pali Rohár @ 2021-02-01 20:43 ` Simon Glass 2021-02-02 14:31 ` Tom Rini 1 sibling, 0 replies; 3+ messages in thread From: Simon Glass @ 2021-02-01 20:43 UTC (permalink / raw) To: u-boot On Wed, 27 Jan 2021 at 08:29, Pali Roh?r <pali@kernel.org> wrote: > > No version information is used in armv8/fwcall.c therefore do not include > version.h header file. This change prevents recompiling fwcall.o when > SOURCE_DATE_EPOCH changes. > > Signed-off-by: Pali Roh?r <pali@kernel.org> > --- > arch/arm/cpu/armv8/fwcall.c | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Simon Glass <sjg@chromium.org> ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] arm: Remove #include <version.h> from armv8/fwcall.c 2021-01-27 15:29 [PATCH] arm: Remove #include <version.h> from armv8/fwcall.c Pali Rohár 2021-02-01 20:43 ` Simon Glass @ 2021-02-02 14:31 ` Tom Rini 1 sibling, 0 replies; 3+ messages in thread From: Tom Rini @ 2021-02-02 14:31 UTC (permalink / raw) To: u-boot On Wed, Jan 27, 2021 at 04:29:13PM +0100, Pali Roh?r wrote: > No version information is used in armv8/fwcall.c therefore do not include > version.h header file. This change prevents recompiling fwcall.o when > SOURCE_DATE_EPOCH changes. > > Signed-off-by: Pali Roh?r <pali@kernel.org> > Reviewed-by: Simon Glass <sjg@chromium.org> Applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: not available URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210202/09b3a312/attachment.sig> ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-02-02 14:31 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-01-27 15:29 [PATCH] arm: Remove #include <version.h> from armv8/fwcall.c Pali Rohár 2021-02-01 20:43 ` Simon Glass 2021-02-02 14:31 ` Tom Rini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox