You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- rebased 3 patches
- moved null patches for dts & defconfigs to `dt` / `defconfig` dirs
- don't rename defconfigs: those are shared with Joshua Riek (ubuntu-rockchip)
- defconfigs re-saved
declare -g BOOT_FDT_FILE="rockchip/rk3588-blade3-v101-linux.dtb" # Included in https://github.com/armbian/linux-rockchip/pull/64 # has a hook to change it for edge below
7
-
8
-
declare -g BOOT_SCENARIO="spl-blobs" # so we don't depend on defconfig naming convention
9
-
declare -g BOOT_SOC="rk3588" # so we don't depend on defconfig naming convention
10
-
declare -g BOOTCONFIG="blade3_defconfig"
7
+
declare -g BOOT_SCENARIO="spl-blobs" # so we don't depend on defconfig naming convention
8
+
declare -g BOOT_SOC="rk3588" # so we don't depend on defconfig naming convention
9
+
declare -g BOOTCONFIG="blade3_defconfig" # there is also blade3_sata_defconfig available
11
10
declare -g IMAGE_PARTITION_TABLE="gpt"
12
11
declare -g UEFI_EDK2_BOARD_ID="blade3" # This _only_ used for uefi-edk2-rk3588 extension
0 commit comments