summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/phytec-som-imx6
diff options
context:
space:
mode:
authorYunus Bas <y.bas@phytec.de>2020-04-07 11:52:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-14 11:16:50 +0200
commit50405ada952d1e9d2ce5c9e5a7983acbd17bd3e2 (patch)
tree8c78778e561009d04c5539494711bb8bfccf12d1 /arch/arm/boards/phytec-som-imx6
parent715b10c45d7ba3c62e806b6ae149655c986f8558 (diff)
downloadbarebox-50405ada952d1e9d2ce5c9e5a7983acbd17bd3e2.tar.gz
barebox-50405ada952d1e9d2ce5c9e5a7983acbd17bd3e2.tar.xz
ARM: i.MX: phytec-som-imx6: Fix paths to SPI-NOR partition
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> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/phytec-som-imx6')
-rw-r--r--arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/spi4
1 files 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 2000a16a12..8fb71f569b 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"