mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
13 lines
206 B
Plaintext
13 lines
206 B
Plaintext
menuconfig FIT_IMAGE
|
|
bool "Build FIT image"
|
|
|
|
config FIT_ARCH
|
|
string
|
|
depends on FIT_IMAGE
|
|
default "arm64" if BR2_aarch64
|
|
|
|
config FIT_KERNEL_LOAD_ADDR
|
|
string "Kernel load address"
|
|
depends on FIT_IMAGE
|
|
|