diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-01-09 10:32:11 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-10 08:48:39 -0800 |
| commit | 1c986c672b734d71c78c39a2016e3c273eed98b4 (patch) | |
| tree | e6d59b8dcf59cd22ec2955c40ff1e272e9b15fbc | |
| parent | 3dc5efa3d170c1635c2708862f1de78ef3bb03ea (diff) | |
| download | meta-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.inc | 4 | ||||
| -rw-r--r-- | meta-xilinx-core/conf/machine/versal-generic.conf | 1 | ||||
| -rw-r--r-- | meta-xilinx-core/conf/machine/zynqmp-generic.conf | 1 |
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 | |||
| 14 | KERNEL_IMAGETYPE ?= "uImage" | 14 | KERNEL_IMAGETYPE ?= "uImage" |
| 15 | KERNEL_IMAGETYPES += "zImage" | 15 | KERNEL_IMAGETYPES += "zImage" |
| 16 | 16 | ||
| 17 | # Set default load address. | ||
| 18 | # Override with KERNEL_EXTRA_ARGS_<board> += "..." in machine file if required | ||
| 19 | KERNEL_EXTRA_ARGS:zynq += "UIMAGE_LOADADDR=0x8000" | ||
| 20 | |||
| 21 | # WIC Specific dependencies | 17 | # WIC Specific dependencies |
| 22 | WIC_DEPENDS ?= "virtual/kernel virtual/bootloader virtual/boot-bin" | 18 | WIC_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 |
| 31 | UBOOT_ENTRYPOINT ?= "0x200000" | 31 | UBOOT_ENTRYPOINT ?= "0x200000" |
| 32 | UBOOT_LOADADDRESS ?= "0x200000" | 32 | UBOOT_LOADADDRESS ?= "0x200000" |
| 33 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | ||
| 34 | 33 | ||
| 35 | # Versal Serial Console | 34 | # Versal Serial Console |
| 36 | SERIAL_CONSOLES ?= "115200;ttyAMA0" | 35 | SERIAL_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 |
| 42 | UBOOT_ENTRYPOINT ?= "0x200000" | 42 | UBOOT_ENTRYPOINT ?= "0x200000" |
| 43 | UBOOT_LOADADDRESS ?= "0x200000" | 43 | UBOOT_LOADADDRESS ?= "0x200000" |
| 44 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | ||
| 45 | 44 | ||
| 46 | # ZynqMP Serial Console | 45 | # ZynqMP Serial Console |
| 47 | SERIAL_CONSOLES ?= "115200;ttyPS0" | 46 | SERIAL_CONSOLES ?= "115200;ttyPS0" |
