summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-01-09 10:32:11 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-10 08:48:39 -0800
commit1c986c672b734d71c78c39a2016e3c273eed98b4 (patch)
treee6d59b8dcf59cd22ec2955c40ff1e272e9b15fbc
parent3dc5efa3d170c1635c2708862f1de78ef3bb03ea (diff)
downloadmeta-xilinx-1c986c672b734d71c78c39a2016e3c273eed98b4.tar.gz
machines: Remove LOADADDR from kernel args
The arguments will be added by gen-machine-conf, if the user requires them. The default configurations do not use these. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/machine/include/soc-zynq.inc4
-rw-r--r--meta-xilinx-core/conf/machine/versal-generic.conf1
-rw-r--r--meta-xilinx-core/conf/machine/zynqmp-generic.conf1
3 files changed, 0 insertions, 6 deletions
diff --git a/meta-xilinx-core/conf/machine/include/soc-zynq.inc b/meta-xilinx-core/conf/machine/include/soc-zynq.inc
index 88d48a92..eea02a6c 100644
--- a/meta-xilinx-core/conf/machine/include/soc-zynq.inc
+++ b/meta-xilinx-core/conf/machine/include/soc-zynq.inc
@@ -14,10 +14,6 @@ require soc-tune-include.inc
14KERNEL_IMAGETYPE ?= "uImage" 14KERNEL_IMAGETYPE ?= "uImage"
15KERNEL_IMAGETYPES += "zImage" 15KERNEL_IMAGETYPES += "zImage"
16 16
17# Set default load address.
18# Override with KERNEL_EXTRA_ARGS_<board> += "..." in machine file if required
19KERNEL_EXTRA_ARGS:zynq += "UIMAGE_LOADADDR=0x8000"
20
21# WIC Specific dependencies 17# WIC Specific dependencies
22WIC_DEPENDS ?= "virtual/kernel virtual/bootloader virtual/boot-bin" 18WIC_DEPENDS ?= "virtual/kernel virtual/bootloader virtual/boot-bin"
23 19
diff --git a/meta-xilinx-core/conf/machine/versal-generic.conf b/meta-xilinx-core/conf/machine/versal-generic.conf
index eb06426f..102a7117 100644
--- a/meta-xilinx-core/conf/machine/versal-generic.conf
+++ b/meta-xilinx-core/conf/machine/versal-generic.conf
@@ -30,7 +30,6 @@ YAML_SERIAL_CONSOLE_STDOUT:pn-plm-firmware ?= "CIPS_0_pspmc_0_psv_sbsauart_0"
30# Yocto Versal KERNEL Variables 30# Yocto Versal KERNEL Variables
31UBOOT_ENTRYPOINT ?= "0x200000" 31UBOOT_ENTRYPOINT ?= "0x200000"
32UBOOT_LOADADDRESS ?= "0x200000" 32UBOOT_LOADADDRESS ?= "0x200000"
33KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
34 33
35# Versal Serial Console 34# Versal Serial Console
36SERIAL_CONSOLES ?= "115200;ttyAMA0" 35SERIAL_CONSOLES ?= "115200;ttyAMA0"
diff --git a/meta-xilinx-core/conf/machine/zynqmp-generic.conf b/meta-xilinx-core/conf/machine/zynqmp-generic.conf
index e7b47003..e3ec2482 100644
--- a/meta-xilinx-core/conf/machine/zynqmp-generic.conf
+++ b/meta-xilinx-core/conf/machine/zynqmp-generic.conf
@@ -41,7 +41,6 @@ YAML_SERIAL_CONSOLE_STDOUT:pn-fsbl-firmware ?= "psu_uart_0"
41# Yocto ZynqMP KERNEL Variables 41# Yocto ZynqMP KERNEL Variables
42UBOOT_ENTRYPOINT ?= "0x200000" 42UBOOT_ENTRYPOINT ?= "0x200000"
43UBOOT_LOADADDRESS ?= "0x200000" 43UBOOT_LOADADDRESS ?= "0x200000"
44KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
45 44
46# ZynqMP Serial Console 45# ZynqMP Serial Console
47SERIAL_CONSOLES ?= "115200;ttyPS0" 46SERIAL_CONSOLES ?= "115200;ttyPS0"