* Support custom sized SPL/raw boot region This is required for Rockchip which by default stores the U-Boot FIT image at the 8MiB offset. * Ignore shellcheck warning
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
BOARD_ID=odroid-xu4
|
|
BOARD_NAME="Hardkernel Odroid-XU4"
|
|
CHASSIS=embedded
|
|
BOOTLOADER=uboot
|
|
KERNEL_FILE=zImage
|
|
BOOT_SYS=mbr
|
|
BOOT_SIZE=24M
|
|
BOOT_SPL=true
|
|
BOOT_SPL_SIZE=8M
|
|
BOOT_ENV_SIZE=0x4000
|
|
SUPERVISOR_MACHINE=odroid-xu
|
|
SUPERVISOR_ARCH=armv7
|