mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-22 14:41:42 +00:00
Move CONFIG_PHY_ADDR to Kconfig
CONFIG_PHY_ADDR is used for old-style configuration. This makes impossible changing the PHY address, if multiple boards share a same config header file (for example include/configs/sunxi-common.h). Moving this to Kconfig helps overcoming this issue. It's defined as entry inside PHYLIB section. After the implemention, moveconfig was run. The issues are: - edb9315a - CONFIG_PHYLIB is not enabled. Entry is deleted. - ds414 - CONFIG_PHYLIB is in incompatible format: { 0x1, 0x0 }. This entry is also deleted. - devkit3250 - The PHY_ADDR is in hex format (0x1F). Manually CONFIG_PHY_ADDR=31 is added in the defconfig. After the changes the suspicious defconfigs passes building. Signed-off-by: Stefan Mavrodiev <stefan@olimex.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> [jagan: rebased on master] Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
parent
2d53018a0e
commit
b30c419040
19 changed files with 11 additions and 21 deletions
|
@ -1541,7 +1541,6 @@ CONFIG_PERIF2_FREQ
|
|||
CONFIG_PERIF3_FREQ
|
||||
CONFIG_PERIF4_FREQ
|
||||
CONFIG_PHYSMEM
|
||||
CONFIG_PHY_ADDR
|
||||
CONFIG_PHY_BASE_ADR
|
||||
CONFIG_PHY_BCM5421S
|
||||
CONFIG_PHY_ET1011C_TX_CLK_FIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue