diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-12-09 14:59:57 -0800 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-01-15 12:05:22 -0600 |
commit | d5d5757291509f0716f6c24a391a3ae1f51042be (patch) | |
tree | fd22ac5c6afe6854c675b6967530ed260e2e0435 /configs/Lamobo_R1_defconfig | |
parent | f3d78fbfaf25ccbf74316760667c2ad1bb771375 (diff) | |
download | u-boot-d5d5757291509f0716f6c24a391a3ae1f51042be.tar.gz u-boot-d5d5757291509f0716f6c24a391a3ae1f51042be.tar.bz2 u-boot-d5d5757291509f0716f6c24a391a3ae1f51042be.zip |
configs: Update Lamobo_R1 with B53 switch options
Enable CONFIG_B53_SWITCH, define the CPU/management port number (8) and
enable all 5 ports of the switch to be usable.
Reviewed-by: Stefan Roese <sr@denx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'configs/Lamobo_R1_defconfig')
-rw-r--r-- | configs/Lamobo_R1_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/Lamobo_R1_defconfig b/configs/Lamobo_R1_defconfig index 4cc4dc4b16..805d4b7011 100644 --- a/configs/Lamobo_R1_defconfig +++ b/configs/Lamobo_R1_defconfig @@ -23,3 +23,6 @@ CONFIG_SUN7I_GMAC=y CONFIG_SCSI=y CONFIG_USB_EHCI_HCD=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y +CONFIG_B53_SWITCH=y +CONFIG_B53_CPU_PORT=8 +CONFIG_B53_PHY_PORTS=0x1f |