Enable userland SPI access on Espressobin. Thanks @umiddelb

This commit is contained in:
Igor Pecovnik 2018-03-03 21:42:20 +01:00
parent 4263b50602
commit a09412bd50

View File

@ -17,7 +17,7 @@ if test -e ${boot_interface} 0 /boot/armbianEnv.txt; then
env import -t ${loadaddr} ${filesize}
fi
setenv bootargs "$console root=${rootdev} rootfstype=${rootfstype} rootwait loglevel=${verbosity} usb-storage.quirks=${usbstoragequirks} ${extraargs}"
setenv bootargs "$console root=${rootdev} rootfstype=${rootfstype} rootwait loglevel=${verbosity} usb-storage.quirks=${usbstoragequirks} mtdparts=spi0.0:1536k(uboot),64k(uboot-environment),-(reserved) ${extraargs}"
setenv fdt_name_a boot/dtb/marvell/armada-3720-community.dtb
setenv fdt_name_b boot/dtb/marvell/armada-3720-espressobin.dtb