[rtems-tools commit] rtems-boot.ini: Correct spelling of %{ubootdir}

Joel Sherrill joel at rtems.org
Tue Nov 29 23:21:56 UTC 2022


Module:    rtems-tools
Branch:    master
Commit:    f29483d14dfd80a5a8ab1f436631339ddf2c84cb
Changeset: http://git.rtems.org/rtems-tools/commit/?id=f29483d14dfd80a5a8ab1f436631339ddf2c84cb

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Nov 29 17:34:15 2022 -0600

rtems-boot.ini: Correct spelling of %{ubootdir}

Closes #4065.

---

 misc/tools/config/rtems-boot.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/tools/config/rtems-boot.ini b/misc/tools/config/rtems-boot.ini
index 4e5d600..d717d83 100644
--- a/misc/tools/config/rtems-boot.ini
+++ b/misc/tools/config/rtems-boot.ini
@@ -52,7 +52,7 @@ arch = arm
 vendor = xilinx
 board = zynq
 config_name = zynq-common
-first_stage = %{ubootdior}/spl/boot.bin
+first_stage = %{ubootdir}/spl/boot.bin
 second_state = %{ubootdir}/u-boot.img
 kernel_loadaddr = 0x02000000
 fdt_loadaddr = 0x08000000



More information about the vc mailing list