diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-26 16:43:11 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-10-26 16:43:13 -0700 |
| commit | 3d6d18a72997a80665b3a8d3572e98a71cadb41d (patch) | |
| tree | e05b11ef896fe6352f53976becdc104066572bc2 /meta-xilinx-core/conf/machine | |
| parent | b91216bb574669a03d4dd733da7e954630c08ce9 (diff) | |
| download | meta-xilinx-3d6d18a72997a80665b3a8d3572e98a71cadb41d.tar.gz | |
soc-zynqmp.inc: Reorder the mali400 and vcu machineoverrides
We need the mali400 and vcu overrides to override the SOC and SOC_FAMILY
overrides. So adjust the order so they are higher priority, just under
the machine name itself.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/machine')
| -rw-r--r-- | meta-xilinx-core/conf/machine/include/soc-zynqmp.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/conf/machine/include/soc-zynqmp.inc b/meta-xilinx-core/conf/machine/include/soc-zynqmp.inc index 8b49aa37..0ae23b01 100644 --- a/meta-xilinx-core/conf/machine/include/soc-zynqmp.inc +++ b/meta-xilinx-core/conf/machine/include/soc-zynqmp.inc | |||
| @@ -9,8 +9,6 @@ SOC_FAMILY ?= "zynqmp" | |||
| 9 | 9 | ||
| 10 | SOC_VARIANT ?= "eg" | 10 | SOC_VARIANT ?= "eg" |
| 11 | 11 | ||
| 12 | require xilinx-soc-family.inc | ||
| 13 | |||
| 14 | GRAPHICSOVERRIDES = "" | 12 | GRAPHICSOVERRIDES = "" |
| 15 | VCUOVERRIDES = "" | 13 | VCUOVERRIDES = "" |
| 16 | 14 | ||
| @@ -22,6 +20,8 @@ VCUOVERRIDES:zynqmp-ev = "vcu:" | |||
| 22 | 20 | ||
| 23 | MACHINEOVERRIDES =. "${GRAPHICSOVERRIDES}${VCUOVERRIDES}" | 21 | MACHINEOVERRIDES =. "${GRAPHICSOVERRIDES}${VCUOVERRIDES}" |
| 24 | 22 | ||
| 23 | require xilinx-soc-family.inc | ||
| 24 | |||
| 25 | require soc-tune-include.inc | 25 | require soc-tune-include.inc |
| 26 | 26 | ||
| 27 | # Linux Configuration | 27 | # Linux Configuration |
