diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-05 17:20:22 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@st.com> | 2019-07-12 11:18:53 +0200 |
commit | 2ed212c1a26825626d77bac21783c9fc377cff43 (patch) | |
tree | eb3570ef5ab0b55117d76c15f16248213477590b /include/configs/stm32mp1.h | |
parent | 22bed7ee4988aadfaef0c0da9746bf8541549ed4 (diff) |
stm32mp1: force boot_net_usb_start
Prevent USB enumeration and avoid unnecessary delay in bootcmd_pxe
as Ethernet device is not attached to USB.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'include/configs/stm32mp1.h')
-rw-r--r-- | include/configs/stm32mp1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index ed01d4d9c2..4b17bf5e7d 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -140,7 +140,8 @@ " then env set env_default 0;env save;fi\0" \ STM32MP_BOOTCMD \ STM32MP_MTDPARTS \ - BOOTENV + BOOTENV \ + "boot_net_usb_start=true\0" #endif /* ifndef CONFIG_SPL_BUILD */ #endif /* ifdef CONFIG_DISTRO_DEFAULTS*/ |