summaryrefslogtreecommitdiff
path: root/include/configs/imx8mm_beacon.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2022-03-19 10:45:15 -0500
committerStefano Babic <sbabic@denx.de>2022-04-12 17:33:55 +0200
commit1a831a383cdaba4e96f7b2f4fc36c22ab3e9d8bf (patch)
tree7249502cb96f77889c2886a78f5f11629401fa2d /include/configs/imx8mm_beacon.h
parent0f709635fdaa4f6cfff03cd8502d5ec39ba7f8e2 (diff)
downloadu-boot-1a831a383cdaba4e96f7b2f4fc36c22ab3e9d8bf.tar.gz
arm: imx: imx8mm_beacon: Remove unnecessary configs
Because the Beacon imx8mm 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>
Diffstat (limited to 'include/configs/imx8mm_beacon.h')
-rw-r--r--include/configs/imx8mm_beacon.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/imx8mm_beacon.h b/include/configs/imx8mm_beacon.h
index e4805951fa..7c17f14964 100644
--- a/include/configs/imx8mm_beacon.h
+++ b/include/configs/imx8mm_beacon.h
@@ -99,14 +99,4 @@
#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
-
-/* FEC*/
-#define CONFIG_FEC_MXC_PHYADDR 0
-#define FEC_QUIRK_ENET_MAC
-#define IMX_FEC_BASE 0x30BE0000
-
#endif