repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
16 lines
530 B
Plaintext
16 lines
530 B
Plaintext
config MTDPARTS_NOR0
|
|
string "mtd boot partition for nor0"
|
|
default "64m(u-boot)" if TARGET_QEMU_ARM_64BIT && !TFABOOT
|
|
depends on SYS_MTDPARTS_RUNTIME
|
|
help
|
|
This define the partition of nor0 used to build mtparts dynamically
|
|
for boot from nor0.
|
|
|
|
config MTDPARTS_NOR1
|
|
string "mtd u-boot env partition for nor1"
|
|
default "64m(u-boot-env)" if TARGET_QEMU_ARM_64BIT && !TFABOOT
|
|
depends on SYS_MTDPARTS_RUNTIME
|
|
help
|
|
This define the partition of nor1 used to build mtparts dynamically
|
|
for the u-boot env stored on nor1.
|