diff options
| author | Jaewon Lee <jaewon.lee@xilinx.com> | 2021-01-07 00:21:21 +0000 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-02-17 14:58:56 -0800 |
| commit | 1ed38fd943fb6c53e83e3cc4a18a88be0b58add4 (patch) | |
| tree | 9036453761bf101bfdc6c32a6fc224ee939c4c5c | |
| parent | 626d11fc1c8dfeaf67ef4db55280ef13cc0cab28 (diff) | |
| download | meta-xilinx-1ed38fd943fb6c53e83e3cc4a18a88be0b58add4.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>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
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 = "" | ||
