On Wed, Jan 23, 2019 at 7:16 AM Vivien Didelot <vivien.didelot@xxxxxxxxx> wrote: > > Since 5f99a8d40305 ("dts: VFxxx: Add aliases for ESDHC controllers"), > the SD card slot has a consistent name across all ZII Dev platforms, > including CFU1. They all use mmc1 instead of mci0 or mci1. > > This allows us to completely drop the init scripts from the default > ZII VF610 Dev environment, and fix the boot/sd script. > Looks good to me: Reviewed-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx> > Signed-off-by: Vivien Didelot <vivien.didelot@xxxxxxxxx> > --- > .../zii-vf610-dev/defaultenv-zii-vf610-dev/boot/sd | 8 ++++++-- > .../defaultenv-zii-vf610-dev/init/automount-sd | 13 ------------- > .../defaultenv-zii-vf610-dev/init/choose-dtb | 4 ---- > 3 files changed, 6 insertions(+), 19 deletions(-) > delete mode 100644 arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/init/automount-sd > delete mode 100644 arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/init/choose-dtb > > diff --git a/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/boot/sd b/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/boot/sd > index cf8eec363..92dfae0ab 100644 > --- a/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/boot/sd > +++ b/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/boot/sd > @@ -1,4 +1,8 @@ > #!/bin/sh > > -global.bootm.image=/mnt/sd/zImage > -global.bootm.oftree=/mnt/sd/${global.bootm.oftree} > +detect mmc1 > + > +path="/mnt/mmc1.0" > + > +global.bootm.image="${path}/zImage" > +global.bootm.oftree="${path}/vf610-zii-${global.hostname}.dtb" > diff --git a/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/init/automount-sd b/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/init/automount-sd > deleted file mode 100644 > index f44dab34e..000000000 > --- a/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/init/automount-sd > +++ /dev/null > @@ -1,13 +0,0 @@ > -#!/bin/sh > - > -if [ x${global.hostname} = xdev-rev-b -o x${global.hostname} = xdev-rev-c ]; > -then > - global sd=0 > -else > - global sd=1 > -fi > - > -mkdir -p /mnt/sd > -automount /mnt/sd 'mci${global.sd}.probe=1 && mount /dev/disk${global.sd}.0 /mnt/sd' > - > -exit 0 > diff --git a/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/init/choose-dtb b/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/init/choose-dtb > deleted file mode 100644 > index 41a74c3a9..000000000 > --- a/arch/arm/boards/zii-vf610-dev/defaultenv-zii-vf610-dev/init/choose-dtb > +++ /dev/null > @@ -1,4 +0,0 @@ > -#!/bin/sh > - > -global.bootm.oftree=vf610-zii-${global.hostname}.dtb > - > -- > 2.20.1 > _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox