summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2022-08-23 12:35:32 -0600
committerMark Hatle <mark.hatle@amd.com>2022-08-24 10:48:20 -0500
commitb3dd7a54e38566b3a413d4184af34acc49b3748e (patch)
treeb942aa19503fadc98d5a8dda92edfe86721001a2
parent448dd4e452a57b1ad733571da7d9337c6641cd0c (diff)
downloadmeta-xilinx-b3dd7a54e38566b3a413d4184af34acc49b3748e.tar.gz
microblaze-generic.conf: Use generic root boot script
Use boot.cmd.generic.root boot script for microblaze generic machine configuration file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/machine/microblaze-generic.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/machine/microblaze-generic.conf b/meta-xilinx-core/conf/machine/microblaze-generic.conf
index c0e41948..e85f9a9c 100644
--- a/meta-xilinx-core/conf/machine/microblaze-generic.conf
+++ b/meta-xilinx-core/conf/machine/microblaze-generic.conf
@@ -44,6 +44,7 @@ EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-nativ
44 44
45UBOOT_MACHINE ?= "microblaze-generic_defconfig" 45UBOOT_MACHINE ?= "microblaze-generic_defconfig"
46UBOOT_INITIAL_ENV = "" 46UBOOT_INITIAL_ENV = ""
47BOOTMODE ?= "generic.root"
47 48
48HDF_MACHINE = "kc705-microblazeel" 49HDF_MACHINE = "kc705-microblazeel"
49IMAGE_FSTYPES += "cpio.gz" 50IMAGE_FSTYPES += "cpio.gz"