mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: i.MX: phytec-som-imx6: Fix paths to SPI-NOR partition
@ 2020-04-07  9:52 Yunus Bas
  2020-04-14  9:17 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Yunus Bas @ 2020-04-07  9:52 UTC (permalink / raw)
  To: barebox

Due to a previously change of the partition namings, the kernel- and
oftree-paths in the SPI-bootscript have to be adapted to the changes.

The previous change can be found here:
commit 72ba815bf6feaa0a98d2496f52784dd5b4258e73

Signed-off-by: Yunus Bas <y.bas@phytec.de>
---
 arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/spi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/spi b/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/spi
index 2000a16..8fb71f5 100644
--- a/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/spi
+++ b/arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/spi
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-global.bootm.image="/dev/m25p0.kernel"
-global.bootm.oftree="/dev/m25p0.oftree"
+global.bootm.image="/dev/m25p0.nor.kernel"
+global.bootm.oftree="/dev/m25p0.nor.oftree"
 global.linux.bootargs.dyn.root="root=ubi0:root ubi.mtd=root rootfstype=ubifs rw"
-- 
2.7.4


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

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

end of thread, other threads:[~2020-04-14  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07  9:52 [PATCH] ARM: i.MX: phytec-som-imx6: Fix paths to SPI-NOR partition Yunus Bas
2020-04-14  9:17 ` Sascha Hauer

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