summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-01-15 20:16:28 -0700
committerMark Hatle <mark.hatle@amd.com>2023-01-17 10:39:04 -0600
commit17a13ad81fe8e3625d9ffd0f7da8a0986fc257ee (patch)
treebd38de76dd4be2e7061152feeaf51e05b98573be /meta-xilinx-core
parent84574fabc8ea4169c6f65eb4fcbf8de0187c7dcf (diff)
downloadmeta-xilinx-17a13ad81fe8e3625d9ffd0f7da8a0986fc257ee.tar.gz
microblaze-generic.cfg: Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE to match changes from upstream. https://source.denx.de/u-boot/u-boot/-/commit/984639039f4cfe32ec2cc531d6ace05326ac49eb Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2023.01/microblaze-generic.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2023.01/microblaze-generic.cfg b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2023.01/microblaze-generic.cfg
index a2ab516b..3c911a06 100644
--- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2023.01/microblaze-generic.cfg
+++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-v2023.01/microblaze-generic.cfg
@@ -17,7 +17,7 @@
17# Definitions for Generic Microbalze machine. 17# Definitions for Generic Microbalze machine.
18# 18#
19CONFIG_BOOTDELAY=4 19CONFIG_BOOTDELAY=4
20CONFIG_SYS_TEXT_BASE=0x80100000 20CONFIG_TEXT_BASE=0x80100000
21CONFIG_SYS_PROMPT="U-Boot>" 21CONFIG_SYS_PROMPT="U-Boot>"
22CONFIG_SYS_CONFIG_NAME="microblaze-generic-top" 22CONFIG_SYS_CONFIG_NAME="microblaze-generic-top"
23CONFIG_BOOT_SCRIPT_OFFSET=0x1F00000 23CONFIG_BOOT_SCRIPT_OFFSET=0x1F00000