From 75c0d3832ccb20f92cd35e5a1b7dc6d7ae1a11a5 Mon Sep 17 00:00:00 2001 From: imi415 Date: Tue, 29 Jun 2021 02:15:12 +0800 Subject: [PATCH] Fixed typos. --- external_tree/board/iminc/pine64-a64-plus-system-agent/boot.cmd | 2 +- external_tree/configs/system_agent_pine64_plus_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external_tree/board/iminc/pine64-a64-plus-system-agent/boot.cmd b/external_tree/board/iminc/pine64-a64-plus-system-agent/boot.cmd index 5997dfc..e9ec872 100644 --- a/external_tree/board/iminc/pine64-a64-plus-system-agent/boot.cmd +++ b/external_tree/board/iminc/pine64-a64-plus-system-agent/boot.cmd @@ -2,7 +2,7 @@ setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait fatload mmc 0 $kernel_addr_r Image fatload mmc 0 $fdt_addr_r sun50i-a64-pine64-plus.dtb -fatload mmc 0 0x4F000000 spidev.dtbo +fatload mmc 0 0x4F000000 overlays/spidev.dtbo fdt addr ${fdt_addr_r} fdt resize 8192 diff --git a/external_tree/configs/system_agent_pine64_plus_defconfig b/external_tree/configs/system_agent_pine64_plus_defconfig index ade63e9..45af0ea 100644 --- a/external_tree/configs/system_agent_pine64_plus_defconfig +++ b/external_tree/configs/system_agent_pine64_plus_defconfig @@ -82,7 +82,7 @@ BR2_PACKAGE_UTIL_LINUX_HWCLOCK=y BR2_PACKAGE_VIM=y BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y -BR2_TARGET_ROOTFS_EXT2_SIZE="128M" +BR2_TARGET_ROOTFS_EXT2_SIZE="256M" # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_ARM_TRUSTED_FIRMWARE=y BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION=y