]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: imx: imx8mn_beacon: Remove unnecessary configs
authorAdam Ford <aford173@gmail.com>
Sat, 19 Mar 2022 15:45:16 +0000 (10:45 -0500)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 15:33:55 +0000 (17:33 +0200)
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>
include/configs/imx8mn_beacon.h

index 7fed9a38c1db6f9b64703870758dae511405e845..41ce3c1c8ce579e57f428f9b33a84fe05635fde4 100644 (file)
 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
                                        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