From: cavokz@gmail.com (Domenico Andreoli)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 05/12] ARM: Add DT support to decompressor tags
Date: Tue, 17 Jul 2012 16:41:09 +0200 [thread overview]
Message-ID: <20120717144109.GA9991@glitch> (raw)
In-Reply-To: <201207171414.19624.arnd@arndb.de>
On Tue, Jul 17, 2012 at 02:14:19PM +0000, Arnd Bergmann wrote:
> On Sunday 15 July 2012, Domenico Andreoli wrote:
> > -ifeq ($(CONFIG_ARM_ATAG_DTB_COMPAT),y)
> > OBJS += $(libfdt_objs) atags_to_fdt.o
> > -endif
>
> Can you explain why this is necessary? I don't see any code
> of that file being called from the newly added code for the
> case where CONFIG_ARM_ATAG_DTB_COMPAT is disabled.
I put function get_fdt_prop() in atags_to_fdt.c but what I basically needed
was the inclusion of $(libfdt_objs). I agree this can be achieved out of
CONFIG_ARM_ATAG_DTB_COMPAT's stuff and I'll do if the patchest is allowed
to mature.
I guess a better place could be libfdt itself but feel free to suggest a
better one.
Thanks,
Domenico
next prev parent reply other threads:[~2012-07-17 14:41 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-15 2:44 [RFC PATCH 00/12] ARM: Decompressor multiplatform support Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 01/12] ARM: Add strstr to the decompressor Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 02/12] ARM: kernel -> decompressor relocation handling Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 03/12] ARM: Add indirection around arch_decomp_setup()/arch_error() Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 04/12] ARM: Add architecture specific decompressor tags Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 05/12] ARM: Add DT support to " Domenico Andreoli
2012-07-17 14:14 ` Arnd Bergmann
2012-07-17 14:41 ` Domenico Andreoli [this message]
2012-07-15 2:44 ` [RFC PATCH 06/12] ARM: Work around OMAPs arch_decomp_setup() Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 07/12] ARM: Add multi-arch console support to the decompressor Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 08/12] ARM: Add DT support to the decompressor console Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 09/12] ARM: Decompressor support for AMBA PL010 UARTs Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 10/12] ARM: Decompressor support for AMBA PL011 UARTs Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 11/12] ARM: Decompressor support for Samsung UARTs Domenico Andreoli
2012-07-15 2:44 ` [RFC PATCH 12/12] ARM: Decompressor support for OMAP UARTs Domenico Andreoli
2012-07-17 14:31 ` [RFC PATCH 00/12] ARM: Decompressor multiplatform support Arnd Bergmann
2012-07-17 14:54 ` Domenico Andreoli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120717144109.GA9991@glitch \
--to=cavokz@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.