* [PATCH] ARM: socfpga: select OFTREE and OFDEVICE
@ 2015-07-29 18:53 Lucas Stach
2015-07-31 6:44 ` Sascha Hauer
0 siblings, 1 reply; 3+ messages in thread
From: Lucas Stach @ 2015-07-29 18:53 UTC (permalink / raw)
To: barebox
SoCFPGA is completely multi-image enabled and probes the barebox
from a built-in DT, so there is no point in building a barebox
image that isn't able to probe from DT.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
arch/arm/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d836f66854d9..9da2ec7cf933 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -172,6 +172,8 @@ config ARCH_SOCFPGA
select CLKDEV_LOOKUP
select GPIOLIB
select HAVE_PBL_MULTI_IMAGES
+ select OFDEVICE
+ select OFTREE
config ARCH_S3C24xx
bool "Samsung S3C2410, S3C2440"
--
2.1.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: socfpga: select OFTREE and OFDEVICE
2015-07-29 18:53 [PATCH] ARM: socfpga: select OFTREE and OFDEVICE Lucas Stach
@ 2015-07-31 6:44 ` Sascha Hauer
2015-08-03 8:39 ` Sascha Hauer
0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2015-07-31 6:44 UTC (permalink / raw)
To: Lucas Stach; +Cc: barebox
On Wed, Jul 29, 2015 at 08:53:43PM +0200, Lucas Stach wrote:
> SoCFPGA is completely multi-image enabled and probes the barebox
> from a built-in DT, so there is no point in building a barebox
> image that isn't able to probe from DT.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: socfpga: select OFTREE and OFDEVICE
2015-07-31 6:44 ` Sascha Hauer
@ 2015-08-03 8:39 ` Sascha Hauer
0 siblings, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2015-08-03 8:39 UTC (permalink / raw)
To: Lucas Stach; +Cc: barebox
On Fri, Jul 31, 2015 at 08:44:21AM +0200, Sascha Hauer wrote:
> On Wed, Jul 29, 2015 at 08:53:43PM +0200, Lucas Stach wrote:
> > SoCFPGA is completely multi-image enabled and probes the barebox
> > from a built-in DT, so there is no point in building a barebox
> > image that isn't able to probe from DT.
> >
> > Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
>
> Applied, thanks
And reverted again. Indeed there is a point in building a barebox image
without DT support since this is exactly what the xloader image does.
With enabled DT support this image becomes too big.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-03 8:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-29 18:53 [PATCH] ARM: socfpga: select OFTREE and OFDEVICE Lucas Stach
2015-07-31 6:44 ` Sascha Hauer
2015-08-03 8:39 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox