From: Ahmad Fatoum <a.fatoum@pengutronix.de> To: Sascha Hauer <sha@pengutronix.de>, Alexander Shiyan <eagle.alexander923@gmail.com> Cc: barebox@lists.infradead.org Subject: Re: [PATCH 2/5] ARM: boards: Fix unconditional compilation of imx51-babbage directory Date: Thu, 2 Jun 2022 08:51:53 +0200 [thread overview] Message-ID: <ef1662e1-327e-3443-cc6e-7d956c55a5a2@pengutronix.de> (raw) In-Reply-To: <20220602064726.GD1615@pengutronix.de> On 02.06.22 08:47, Sascha Hauer wrote: > On Wed, Jun 01, 2022 at 09:02:23AM +0300, Alexander Shiyan wrote: >> Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com> >> --- >> arch/arm/boards/Makefile | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/arch/arm/boards/Makefile b/arch/arm/boards/Makefile >> index d303999614..042b27a804 100644 >> --- a/arch/arm/boards/Makefile >> +++ b/arch/arm/boards/Makefile >> @@ -47,7 +47,7 @@ obj-$(CONFIG_MACH_EUKREA_CPUIMX51SD) += eukrea_cpuimx51/ >> obj-$(CONFIG_MACH_ELTEC_HIPERCAM) += eltec-hipercam/ >> obj-$(CONFIG_MACH_FREESCALE_MX25_3STACK) += freescale-mx25-3ds/ >> obj-$(CONFIG_MACH_FREESCALE_MX35_3STACK) += freescale-mx35-3ds/ >> -obj-y += freescale-mx51-babbage/ >> +obj-$(CONFIG_MACH_FREESCALE_MX51_PDK) += freescale-mx51-babbage/ > > This change was intentional. The board code exports imx51_babbage_power_init() > which is used by the zii-imx51-rdu1 board code as well. FWIW, we have added common/boards/ since then, which can be used for such functions. Cheers, Ahmad > > Sascha > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2022-06-02 6:53 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-06-01 6:02 [PATCH 0/5] Misc fixes Alexander Shiyan 2022-06-01 6:02 ` [PATCH 1/5] ARM: at91sam9n12ek: Use xz compression Alexander Shiyan 2022-06-01 6:02 ` [PATCH 2/5] ARM: boards: Fix unconditional compilation of imx51-babbage directory Alexander Shiyan 2022-06-02 6:47 ` Sascha Hauer 2022-06-02 6:51 ` Ahmad Fatoum [this message] 2022-06-01 6:02 ` [PATCH 3/5] drivers: soc: Fix unconditional compilation of imx directory Alexander Shiyan 2022-06-01 6:02 ` [PATCH 4/5] globalvar: Add missing empty prototype for globalvar_set() Alexander Shiyan 2022-06-01 6:02 ` [PATCH 5/5] of: Fix of_prepend_machine_compatible() defined but unused warning Alexander Shiyan 2022-06-02 6:54 ` [PATCH 0/5] Misc fixes Sascha Hauer
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=ef1662e1-327e-3443-cc6e-7d956c55a5a2@pengutronix.de \ --to=a.fatoum@pengutronix.de \ --cc=barebox@lists.infradead.org \ --cc=eagle.alexander923@gmail.com \ --cc=sha@pengutronix.de \ --subject='Re: [PATCH 2/5] ARM: boards: Fix unconditional compilation of imx51-babbage directory' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox