Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
Index: radix-1.9/sources/U-Boot/StarFive/u-boot/create-2021.10-3.8.2-vf2-bootenv-patch/u-boot-2021.10-3.8.2-new/include/configs/starfive-visionfive2.h
===================================================================
--- radix-1.9/sources/U-Boot/StarFive/u-boot/create-2021.10-3.8.2-vf2-bootenv-patch/u-boot-2021.10-3.8.2-new/include/configs/starfive-visionfive2.h	(revision 218)
+++ radix-1.9/sources/U-Boot/StarFive/u-boot/create-2021.10-3.8.2-vf2-bootenv-patch/u-boot-2021.10-3.8.2-new/include/configs/starfive-visionfive2.h	(revision 219)
@@ -82,7 +82,7 @@
 #endif
 
 /* HACK these should have '#if defined (stuff) around them like zynqp*/
-#define BOOT_TARGET_DEVICES(func) func(MMC, mmc, 0) func(NVME, nvme, 0) func(DHCP, dhcp, na)
+#define BOOT_TARGET_DEVICES(func) func(MMC, mmc, 1) func(MMC, mmc, 0) func(NVME, nvme, 0) func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>
 
@@ -262,6 +262,7 @@
 	"bootdir=/boot\0"	\
 	"bootpart=3\0"		\
 	"rootpart=4\0"		\
+	"bootcmd_nvme1=setenv devnum 1; run mmc_boot\0"			\
 	"bootcmd_nvme0=setenv devnum 0; run nvme_boot\0"			\
 	"load_distro_uenv="						\
 		"fatload ${bootdev} ${devnum}:${bootpart} ${loadaddr} /${bootenv}; " \