diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2022-08-23 12:35:32 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2022-08-24 10:48:20 -0500 |
commit | b3dd7a54e38566b3a413d4184af34acc49b3748e (patch) | |
tree | b942aa19503fadc98d5a8dda92edfe86721001a2 | |
parent | 448dd4e452a57b1ad733571da7d9337c6641cd0c (diff) | |
download | meta-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.conf | 1 |
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 | ||
45 | UBOOT_MACHINE ?= "microblaze-generic_defconfig" | 45 | UBOOT_MACHINE ?= "microblaze-generic_defconfig" |
46 | UBOOT_INITIAL_ENV = "" | 46 | UBOOT_INITIAL_ENV = "" |
47 | BOOTMODE ?= "generic.root" | ||
47 | 48 | ||
48 | HDF_MACHINE = "kc705-microblazeel" | 49 | HDF_MACHINE = "kc705-microblazeel" |
49 | IMAGE_FSTYPES += "cpio.gz" | 50 | IMAGE_FSTYPES += "cpio.gz" |