diff options
| author | Pali Rohár <[email protected]> | 2022-04-06 11:39:33 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-05-02 07:47:26 +0200 |
| commit | 31f88018d924fffaa9b710017261e415850ef2b2 (patch) | |
| tree | 1ec652cb99992c7fcd725980a6c4d376ce360985 /include | |
| parent | 1ae8a5fb6a59c3712f1e3adf25989ac23c9ec1bc (diff) | |
arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of ethact= ENV
CONFIG_ETHPRIME defines primary ethernet device and env variable $ethact
stores currently active ethernet device.
So there is no point to set ethact= in default environment. Instead set
CONFIG_ETHPRIME properly.
Signed-off-by: Pali Rohár <[email protected]>
Reviewed-by: Marek Behún <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/turris_omnia.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h index b35299b2fbb..e8130ac858d 100644 --- a/include/configs/turris_omnia.h +++ b/include/configs/turris_omnia.h @@ -119,7 +119,6 @@ LOAD_ADDRESS_ENV_SETTINGS \ "fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ "console=ttyS0,115200\0" \ - "ethact=ethernet@34000\0" \ "bootcmd_rescue=" TURRIS_OMNIA_BOOTCMD_RESCUE "\0" \ BOOTENV |
