summaryrefslogtreecommitdiff
path: root/include/configs/km
diff options
context:
space:
mode:
authorAleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com>2021-06-08 17:21:15 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2021-06-17 09:16:11 +0300
commitfd49502d0fe30ff5f7d63b572eb8871d013ebec6 (patch)
tree42f8d1daa3a57d9e61ac00a72616aa0fc1432191 /include/configs/km
parentfbb0e15a42e816e4b81b96d5c4d1303584afe1c0 (diff)
downloadu-boot-fd49502d0fe30ff5f7d63b572eb8871d013ebec6.tar.xz
km: ls102x: set ethrotate envvar to no
The default behavior in the latest u-boot revisions is to rotate the active net device to the next available if the requested link is not established. For our ls102x based devices this would mean that if active debug net device is not available, u-boot will rotate and set the next net device that is one of the estar adapters. To return from this situation manual action to set correct ethact adapter will be needed and this can be annoying when working in debug mode. Setting ethrotate=no will disable net adapter rotation and will make sure that the primary adapter is always used. Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachi-powergrids.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/km')
-rw-r--r--include/configs/km/pg-wcom-ls102xa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/km/pg-wcom-ls102xa.h b/include/configs/km/pg-wcom-ls102xa.h
index 1e06a5b712..644da3bca5 100644
--- a/include/configs/km/pg-wcom-ls102xa.h
+++ b/include/configs/km/pg-wcom-ls102xa.h
@@ -292,6 +292,7 @@
CONFIG_KM_NEW_ENV \
CONFIG_KM_DEF_ENV \
"EEprom_ivm=pca9547:70:9\0" \
+ "ethrotate=no\0" \
""
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */