mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
board: ls1012ardb: do not use imply CONFIG_
Inside Kconfig we must not use the CONFIG_ prefix with the imply statement.
Fixes: 28e3c39e53
("board: freescale: ls1012a2g5rdb: enable network
support on ls1012a2g5rdb")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
committed by
Priyanka Jain
parent
8526a58aa5
commit
d9618e9804
@@ -82,8 +82,8 @@ if FSL_PFE
|
|||||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
def_bool y
|
def_bool y
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
imply CONFIG_PHYLIB_10G
|
imply PHYLIB_10G
|
||||||
imply CONFIG_PHY_AQUANTIA
|
imply PHY_AQUANTIA
|
||||||
|
|
||||||
config SYS_LS_PFE_FW_ADDR
|
config SYS_LS_PFE_FW_ADDR
|
||||||
hex "Flash address of PFE firmware"
|
hex "Flash address of PFE firmware"
|
||||||
|
Reference in New Issue
Block a user