[rtems-tools commit] misc/boot-image: fix uenv_exe_ftd bug.

Chris Johns chrisj at rtems.org
Tue Jun 25 01:23:45 UTC 2019


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

Author:    Nils Hölscher <nilhoel1 at gmail.com>
Date:      Mon Jun 24 13:40:42 2019 +0200

misc/boot-image: fix uenv_exe_ftd bug.

---

 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 6370e35..4e5d600 100644
--- a/misc/tools/config/rtems-boot.ini
+++ b/misc/tools/config/rtems-boot.ini
@@ -91,7 +91,7 @@ uenv_exe = boot_rtems=run rtems_banner;
            ${uenv_boot_exe}
 uenv_exe_fdt = boot_rtems=run rtems_banner;
                echo "Loading @KERNEL_IMAGE@";
-               ${uenv_fdt_load};
+               ${uenv_exe_load};
                ${uenv_fdt_load};
                ${uenv_boot_exe_fdt}
 uenv_net_dhcp = boot_rtems=run rtems_banner;



More information about the vc mailing list