9365c1de5b
This commit adds support for Sinovoip's Banana Pi M1+. It is mostly based on bananapro_defconfig but with appropriate device tree and minor tweaks: - apply bananapi-m1-plus device tree in linux - apply bananapi_m1_plus defconfig for uboot - apply patch for OOB IRQs on new device tree - update device tree name in boot.cmd, genimage.cfg - update symlink for BRCM driver in rootfs_overlay - overall clean-up of the config Tested on BPI-M1+ V1_1. Signed-off-by: Filip Skoneczny <fskoneczny@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 lines
231 B
Batchfile
6 lines
231 B
Batchfile
setenv fdt_high ffffffff
|
|
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
|
|
fatload mmc 0 $kernel_addr_r zImage
|
|
fatload mmc 0 $fdt_addr_r sun7i-a20-bananapi-m1-plus.dtb
|
|
bootz $kernel_addr_r - $fdt_addr_r
|