diff options
author | Tom Rini <trini@konsulko.com> | 2021-07-23 08:30:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-23 08:30:48 -0400 |
commit | f534d93cbf34f1d1762b04eb5680e84bef5e1fe1 (patch) | |
tree | 09a0231852e9df884a8da30db093ac1932978814 /include/config_distro_bootcmd.h | |
parent | 4906d698d3960b70cf8000299da35412efd4f51d (diff) | |
parent | 988002dcd931e7236422e4d158c397d964ba1360 (diff) |
Merge branch '2021-07-23-assorted-fixes'
- Assorted FIT, optee, pcf8575, mux, vexpress64 and distro bootcmd fixes.
- Allow pinmux status to take pin names
Diffstat (limited to 'include/config_distro_bootcmd.h')
-rw-r--r-- | include/config_distro_bootcmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 2627c2a6a54..e70423f25dd 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h @@ -375,7 +375,7 @@ #endif #define BOOTENV_DEV_DHCP(devtypeu, devtypel, instance) \ "bootcmd_dhcp=" \ - "setenv devtype " #devtypel "; " \ + "devtype=" #devtypel "; " \ BOOTENV_RUN_NET_USB_START \ BOOTENV_RUN_PCI_ENUM \ "if dhcp ${scriptaddr} ${boot_script_dhcp}; then " \ |