Fixed typos.

This commit is contained in:
imi415 2021-06-29 02:15:12 +08:00
parent a016fb8022
commit 75c0d3832c
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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