We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d3dcb commit 900309eCopy full SHA for 900309e
1 file changed
config/boards/mangopi-m28k.csc
@@ -0,0 +1,19 @@
1
+# Rockchip RK3528 quad core 1-8GB SoC GBe eMMC PCIE Wifi Bt
2
+BOARD_NAME="Mangopi M28K"
3
+BOARDFAMILY="rk35xx"
4
+BOOTCONFIG="hinlink_rk3528_defconfig"
5
+BOARD_MAINTAINER="sputnik2019"
6
+KERNEL_TARGET="legacy"
7
+FULL_DESKTOP="yes"
8
+BOOT_LOGO="desktop"
9
+BOOT_FDT_FILE="rockchip/rk3528-mangopi-m28k.dtb"
10
+BOOT_SCENARIO="spl-blobs"
11
+WIREGUARD="no"
12
+IMAGE_PARTITION_TABLE="gpt"
13
+BOOTFS_TYPE="ext4"
14
+# Override family config for this board; let's avoid conditionals in family config.
15
+function post_family_config__hinlink-h28k_use_vendor_uboot() {
16
+ BOOTSOURCE='https://github.com/rockchip-linux/u-boot.git'
17
+ BOOTBRANCH='commit:32640b0ada9344f91e7a407576568782907161cd'
18
+ BOOTPATCHDIR="legacy/board_hinlink-h28k"
19
+}
0 commit comments