mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/4] plathome-openblocks-a6: use image format 0
@ 2019-06-11  9:02 Uwe Kleine-König
  2019-06-11  9:02 ` [PATCH 2/4] mvebuimg: new tool to create kwb version1 boot images Uwe Kleine-König
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2019-06-11  9:02 UTC (permalink / raw)
  To: barebox

This machine is powered by a kirkwood processor which needs version 0.

Fixes: 58390878bc30 ("plathome-openblocks-a6: provide a kwbimage.cfg file")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg b/arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg
index ba3011736fb7..037d4cfcddeb 100644
--- a/arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg
+++ b/arch/arm/boards/plathome-openblocks-a6/kwbimage.cfg
@@ -1,3 +1,3 @@
-VERSION 1
+VERSION 0
 BOOT_FROM nand
 BINARY ./binary.0 0000005b 00000068
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-06-13  6:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11  9:02 [PATCH 1/4] plathome-openblocks-a6: use image format 0 Uwe Kleine-König
2019-06-11  9:02 ` [PATCH 2/4] mvebuimg: new tool to create kwb version1 boot images Uwe Kleine-König
2019-06-11  9:02 ` [PATCH 3/4] images/mvebu: Convert Armada machines to mvebuimg Uwe Kleine-König
2019-06-11  9:02 ` [PATCH 4/4] images/mvebu: use space before = instead of tab Uwe Kleine-König
2019-06-11  9:12 ` [PATCH 1/4] plathome-openblocks-a6: use image format 0 Uwe Kleine-König
2019-06-13  6:14 ` Sascha Hauer

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