1config MTDPARTS_NOR0 2 string "mtd boot partition for nor0" 3 default "64m(u-boot)" if TARGET_QEMU_ARM_64BIT && !TFABOOT 4 depends on SYS_MTDPARTS_RUNTIME 5 help 6 This define the partition of nor0 used to build mtparts dynamically 7 for boot from nor0. 8 9config MTDPARTS_NOR1 10 string "mtd u-boot env partition for nor1" 11 default "64m(u-boot-env)" if TARGET_QEMU_ARM_64BIT && !TFABOOT 12 depends on SYS_MTDPARTS_RUNTIME 13 help 14 This define the partition of nor1 used to build mtparts dynamically 15 for the u-boot env stored on nor1. 16