diff options
author | Jaewon Lee <jaewon.lee@xilinx.com> | 2021-01-07 00:21:21 +0000 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-07-14 14:19:19 -0700 |
commit | e1e557428ca6432227ae237f8183e239ea487810 (patch) | |
tree | 48f9855346c36f608466baa12e12b8be95a39b9c /meta-xilinx-bsp/conf | |
parent | 4bfe49b22d36ca28000d0237ddcf3948e9ebdd94 (diff) | |
download | meta-xilinx-e1e557428ca6432227ae237f8183e239ea487810.tar.gz |
microblaze: Defining UBOOT_MACHINE and wiping UBOOT_INITIAL_ENV
Defining UBOOT_MACHINE as microblaze-generic_defconfig and setting
UBOOT_INITIAL_ENV to empty to be able to compile uboot as microblaze
env/common.o doesn't have default_environment section
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/conf')
3 files changed, 7 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf b/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf index 73f5b046..411c13db 100644 --- a/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf +++ b/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf | |||
@@ -20,3 +20,4 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" | |||
20 | EXTRA_IMAGEDEPENDS += "virtual/bitstream virtual/bootloader" | 20 | EXTRA_IMAGEDEPENDS += "virtual/bitstream virtual/bootloader" |
21 | 21 | ||
22 | UBOOT_MACHINE = "microblaze-generic_defconfig" | 22 | UBOOT_MACHINE = "microblaze-generic_defconfig" |
23 | UBOOT_INITIAL_ENV = "" | ||
diff --git a/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf index ed4e2acb..270b74e3 100644 --- a/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf +++ b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-mh-div-generic.conf | |||
@@ -15,3 +15,6 @@ KERNEL_IMAGETYPES = "" | |||
15 | SERIAL_CONSOLES ?= "115200;ttyS0" | 15 | SERIAL_CONSOLES ?= "115200;ttyS0" |
16 | 16 | ||
17 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" | 17 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" |
18 | |||
19 | UBOOT_MACHINE = "microblaze-generic_defconfig" | ||
20 | UBOOT_INITIAL_ENV = "" | ||
diff --git a/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf index f154197a..9d8990c6 100644 --- a/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf +++ b/meta-xilinx-bsp/conf/machine/microblazeel-v11.0-bs-cmp-ml-generic.conf | |||
@@ -15,3 +15,6 @@ KERNEL_IMAGETYPES = "" | |||
15 | SERIAL_CONSOLES ?= "115200;ttyS0" | 15 | SERIAL_CONSOLES ?= "115200;ttyS0" |
16 | 16 | ||
17 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" | 17 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" |
18 | |||
19 | UBOOT_MACHINE = "microblaze-generic_defconfig" | ||
20 | UBOOT_INITIAL_ENV = "" | ||