forked from OERV-BSP/u-boot
km: pg-wcom-ls102xa: add netdev in board env file
Upcoming boards will have different ethernet interfaces. So we move this variable out of the common code. Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <env/pg-wcom/ls102xa.env>
|
||||
|
||||
hostname=EXPU1
|
||||
netdev=eth2
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include <env/pg-wcom/ls102xa.env>
|
||||
|
||||
hostname=SELI8
|
||||
netdev=eth2
|
||||
|
||||
1
include/env/pg-wcom/ls102xa.env
vendored
1
include/env/pg-wcom/ls102xa.env
vendored
@@ -8,7 +8,6 @@ checkfdt=true
|
||||
cramfsloadfdt=cramfsload $fdt_addr_r fdt_0x${IVM_BoardId}_0x${IVM_HWKey}.dtb
|
||||
ethrotate=no
|
||||
hwconfig=devdis:esdhc,usb3,usb2,sata,sec,dcu,duart2,qspi,can1,can2_4,ftm2_8,i2c2_3,sai1_4,lpuart2_6,asrc,spdif,lpuart1,ftm1
|
||||
netdev=eth2
|
||||
|
||||
newenv=protect off CONFIG_ENV_ADDR_REDUND +0x40000 &&
|
||||
erase CONFIG_ENV_ADDR_REDUND +0x40000 &&
|
||||
|
||||
Reference in New Issue
Block a user