diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-10 20:27:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-10 20:29:02 -0500 |
commit | 7c8f00e484658c673d32d8422c96cb64bb571063 (patch) | |
tree | e61c6c50eac27f8843142c417b5d18d0d543b4f1 /configs/Lamobo_R1_defconfig | |
parent | f59ab6c659fc8c3abc3fdd85ce9279f7930256a7 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/Lamobo_R1_defconfig')
-rw-r--r-- | configs/Lamobo_R1_defconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/Lamobo_R1_defconfig b/configs/Lamobo_R1_defconfig index 15a890f5cd..18d8b71805 100644 --- a/configs/Lamobo_R1_defconfig +++ b/configs/Lamobo_R1_defconfig @@ -16,12 +16,11 @@ CONFIG_SPL_I2C_SUPPORT=y # CONFIG_SPL_ISO_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_SCSI_AHCI=y +CONFIG_B53_SWITCH=y +CONFIG_B53_PHY_PORTS=0x1f CONFIG_ETH_DESIGNWARE=y CONFIG_RGMII=y 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 |