15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
|
|
ubootconfig=
|
||
|
|
bootmode=grub
|
||
|
|
local_uboot_dir=
|
||
|
|
dtb_name=sky1-orion-o6-40pin
|
||
|
|
platform=cix
|
||
|
|
soc_name=p1
|
||
|
|
arch=arm64
|
||
|
|
part_table=gpt
|
||
|
|
boot_size=256
|
||
|
|
|
||
|
|
POST_BOARD_OVERLAY() {
|
||
|
|
echo "Put ${board} firmware into rootfs..."
|
||
|
|
echo "Nothing to do..."
|
||
|
|
}
|