diff options
author | Chris Packham <judge.packham@gmail.com> | 2017-08-21 20:17:03 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-09-26 06:51:30 +0200 |
commit | 7654f62f4e84c40e0f604f23126fc794ae843da1 (patch) | |
tree | 08c271f09fae7a6b750fafef3a6fed913ed14b7e /configs/maxbcm_defconfig | |
parent | 1f6049e2501b5c35c61435dbc05ba96743202674 (diff) | |
download | u-boot-7654f62f4e84c40e0f604f23126fc794ae843da1.tar.gz |
ARM: mvebu: Convert CONFIG_MVNETA to Kconfig
This converts the following to Kconfig:
CONFIG_MVNETA
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/maxbcm_defconfig')
-rw-r--r-- | configs/maxbcm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/maxbcm_defconfig b/configs/maxbcm_defconfig index 131d5e1d8e..5efaff3b28 100644 --- a/configs/maxbcm_defconfig +++ b/configs/maxbcm_defconfig @@ -32,8 +32,8 @@ CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y -CONFIG_PHYLIB=y CONFIG_PHY_GIGE=y +CONFIG_MVNETA=y CONFIG_DEBUG_UART_BASE=0xd0012000 CONFIG_DEBUG_UART_CLOCK=250000000 CONFIG_DEBUG_UART_SHIFT=2 |