Skip to content

Commit 719f890

Browse files
committed
radxa-nio-12l: build u-boot from sources by setting BOOTCONFIG & BOOT_SOC
- BOOTCONFIG `genio_1200_radxa_nio_12l_d8_defconfig` - probably should be `d4` by default, but configurable - d4/d8/d16 defconfigs only affect how much ram u-boot sees, not the kernel - BOOT_SOC `mt8195` - those effectively enable u-boot build from source - incl optee, tf-a, fip - provided by family code
1 parent 51505cc commit 719f890

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/boards/radxa-nio-12l.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ BOOT_FDT_FILE="mediatek/mt8395-radxa-nio-12l.dtb"
99
SERIALCON="ttyS0:921600"
1010
HAS_VIDEO_OUTPUT="yes"
1111
declare -g BOARD_FIRMWARE_INSTALL="-full"
12+
declare -g BOOTCONFIG="genio_1200_radxa_nio_12l_d8_defconfig"
13+
declare -g BOOT_SOC="mt8195"

0 commit comments

Comments
 (0)