mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
ARM: imx6: Remove CONFIG_FEC_MXC_PHYADDR from DH header
Use phy address from device tree instead of CONFIG_FEC_MXC_PHYADDR from board header. This is required, because the DH picoITX and DRC02 boards require different settings than PDK2. The corresponding 'phy-handle' device tree properties are already there. I tested this change on picoITX and DRC02, but on PDK2 it is untested. Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Philip Oberfichtner <pro@denx.de>
This commit is contained in:
parent
874c76867a
commit
6ecd1d66a9
1 changed files with 0 additions and 3 deletions
|
@ -30,9 +30,6 @@
|
||||||
/* Bootcounter */
|
/* Bootcounter */
|
||||||
#define CONFIG_SYS_BOOTCOUNT_BE
|
#define CONFIG_SYS_BOOTCOUNT_BE
|
||||||
|
|
||||||
/* FEC ethernet */
|
|
||||||
#define CONFIG_FEC_MXC_PHYADDR 7
|
|
||||||
|
|
||||||
/* MMC Configs */
|
/* MMC Configs */
|
||||||
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
|
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
|
||||||
#define CONFIG_SYS_FSL_USDHC_NUM 3
|
#define CONFIG_SYS_FSL_USDHC_NUM 3
|
||||||
|
|
Loading…
Reference in a new issue