mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
arm: imx: imx8mn_beacon: Remove unnecessary configs
Because the Beacon imx8mn board uses device tree for MMC/SD and Ethernet, there is no need to have some of the config options. It's handled by the device tree. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
This commit is contained in:
parent
1a831a383c
commit
7990277a7b
1 changed files with 0 additions and 12 deletions
|
@ -115,16 +115,4 @@
|
||||||
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
|
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
|
||||||
sizeof(CONFIG_SYS_PROMPT) + 16)
|
sizeof(CONFIG_SYS_PROMPT) + 16)
|
||||||
|
|
||||||
/* USDHC */
|
|
||||||
#define CONFIG_SYS_FSL_USDHC_NUM 2
|
|
||||||
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
|
|
||||||
|
|
||||||
/* ENET Config */
|
|
||||||
#if defined(CONFIG_FEC_MXC)
|
|
||||||
#define CONFIG_FEC_MXC_PHYADDR 0
|
|
||||||
#define FEC_QUIRK_ENET_MAC
|
|
||||||
#define IMX_FEC_BASE 0x30BE0000
|
|
||||||
#endif /* CONFIG_FEC_MXC */
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue