Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] elf2flt: enable for xtensa
@ 2016-03-31  4:23 Max Filippov
  2016-04-18 19:24 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2016-03-31  4:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
This patch depends on https://patchwork.ozlabs.org/patch/599708/ or
equivalent update of the elf2flt upstream and can be folded into such
patch.

 package/elf2flt/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/elf2flt/Config.in.host b/package/elf2flt/Config.in.host
index eb86b11..b93795b 100644
--- a/package/elf2flt/Config.in.host
+++ b/package/elf2flt/Config.in.host
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_HOST_ELF2FLT
 	bool "Enable elf2flt support?"
-	depends on BR2_arm || BR2_sh || BR2_sparc
+	depends on BR2_arm || BR2_sh || BR2_sparc || BR2_xtensa
 	depends on !BR2_USE_MMU
 	help
 	  uCLinux uses a Binary Flat format commonly known as BFLT. It
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-18 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-31  4:23 [Buildroot] [PATCH] elf2flt: enable for xtensa Max Filippov
2016-04-18 19:24 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox