* [PATCH 40/41] scripts/dtc: Update fdt.h to the latest version
[not found] <20250314071013.1575167-1-thuth@redhat.com>
@ 2025-03-14 7:10 ` Thomas Huth
2025-03-14 20:47 ` Rob Herring
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Huth @ 2025-03-14 7:10 UTC (permalink / raw)
To: linux-kernel
Cc: Arnd Bergmann, linux-arch, Thomas Huth, Rob Herring,
Saravana Kannan, devicetree
Update the header to this upstream version to change the
__ASSEMBLY__ macro into __ASSEMBLER__ :
https://web.git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=f4c53f4ebf78
Cc: Rob Herring <robh@kernel.org>
Cc: Saravana Kannan <saravanak@google.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
scripts/dtc/libfdt/fdt.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/dtc/libfdt/fdt.h b/scripts/dtc/libfdt/fdt.h
index 0c91aa7f67b5b..a07abfcc71089 100644
--- a/scripts/dtc/libfdt/fdt.h
+++ b/scripts/dtc/libfdt/fdt.h
@@ -7,7 +7,7 @@
* Copyright 2012 Kim Phillips, Freescale Semiconductor.
*/
-#ifndef __ASSEMBLY__
+#ifndef __ASSEMBLER__
struct fdt_header {
fdt32_t magic; /* magic word FDT_MAGIC */
@@ -45,7 +45,7 @@ struct fdt_property {
char data[];
};
-#endif /* !__ASSEMBLY */
+#endif /* !__ASSEMBLER__ */
#define FDT_MAGIC 0xd00dfeed /* 4: version, 4: total size */
#define FDT_TAGSIZE sizeof(fdt32_t)
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 40/41] scripts/dtc: Update fdt.h to the latest version
2025-03-14 7:10 ` [PATCH 40/41] scripts/dtc: Update fdt.h to the latest version Thomas Huth
@ 2025-03-14 20:47 ` Rob Herring
2025-03-17 5:53 ` Thomas Huth
0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2025-03-14 20:47 UTC (permalink / raw)
To: Thomas Huth
Cc: linux-kernel, Arnd Bergmann, linux-arch, Saravana Kannan,
devicetree
On Fri, Mar 14, 2025 at 08:10:11AM +0100, Thomas Huth wrote:
> Update the header to this upstream version to change the
> __ASSEMBLY__ macro into __ASSEMBLER__ :
>
> https://web.git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=f4c53f4ebf78
>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Saravana Kannan <saravanak@google.com>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> scripts/dtc/libfdt/fdt.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Are you wanting me to apply this or ack it? Normally we only change dtc
with the sync with upstream script.
Or maybe it doesn't matter? Do we use this header in any assembly in the
kernel? Offhand, I don't think so.
Rob
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 40/41] scripts/dtc: Update fdt.h to the latest version
2025-03-14 20:47 ` Rob Herring
@ 2025-03-17 5:53 ` Thomas Huth
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2025-03-17 5:53 UTC (permalink / raw)
To: Rob Herring
Cc: linux-kernel, Arnd Bergmann, linux-arch, Saravana Kannan,
devicetree
On 14/03/2025 21.47, Rob Herring wrote:
> On Fri, Mar 14, 2025 at 08:10:11AM +0100, Thomas Huth wrote:
>> Update the header to this upstream version to change the
>> __ASSEMBLY__ macro into __ASSEMBLER__ :
>>
>> https://web.git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=f4c53f4ebf78
>>
>> Cc: Rob Herring <robh@kernel.org>
>> Cc: Saravana Kannan <saravanak@google.com>
>> Cc: devicetree@vger.kernel.org
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>> scripts/dtc/libfdt/fdt.h | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> Are you wanting me to apply this or ack it? Normally we only change dtc
> with the sync with upstream script.
As long as this series is still under discussion, I think an ack is sufficient.
Thanks,
Thomas
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-17 5:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250314071013.1575167-1-thuth@redhat.com>
2025-03-14 7:10 ` [PATCH 40/41] scripts/dtc: Update fdt.h to the latest version Thomas Huth
2025-03-14 20:47 ` Rob Herring
2025-03-17 5:53 ` Thomas Huth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).