summaryrefslogtreecommitdiff
path: root/include/configs/phycore_imx8mm.h
diff options
context:
space:
mode:
authorTeresa Remmet <t.remmet@phytec.de>2021-10-06 11:56:48 +0200
committerStefano Babic <sbabic@denx.de>2021-10-20 15:09:25 +0200
commit34a8128ebe7599444ec2e325a14400c232dcf254 (patch)
treebee2c8d6604ff1d116b89bcb164a92e4819479a5 /include/configs/phycore_imx8mm.h
parent10b317fd8604ba56551fc4d3e4f1494af95946da (diff)
include: configs: phycore-imx8mm: Remove not needed defines
Remove obsolet defines in phycore_imx8mm.h. Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Diffstat (limited to 'include/configs/phycore_imx8mm.h')
-rw-r--r--include/configs/phycore_imx8mm.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/configs/phycore_imx8mm.h b/include/configs/phycore_imx8mm.h
index aa879122e8..b13787bc24 100644
--- a/include/configs/phycore_imx8mm.h
+++ b/include/configs/phycore_imx8mm.h
@@ -98,23 +98,14 @@
#define CONFIG_MXC_UART_BASE UART3_BASE_ADDR
/* Monitor Command Prompt */
-#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
#define CONFIG_SYS_CBSIZE SZ_2K
#define CONFIG_SYS_MAXARGS 64
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
- sizeof(CONFIG_SYS_PROMPT) + 16)
+
/* USDHC */
#define CONFIG_FSL_USDHC
#define CONFIG_SYS_FSL_USDHC_NUM 2
#define CONFIG_SYS_FSL_ESDHC_ADDR 0
#define CONFIG_SYS_MMC_IMG_LOAD_PART 1
-/* ENET1 */
-#define CONFIG_ETHPRIME "FEC"
-#define CONFIG_FEC_XCV_TYPE RGMII
-#define CONFIG_FEC_MXC_PHYADDR 0
-#define FEC_QUIRK_ENET_MAC
-#define IMX_FEC_BASE 0x30BE0000
-
#endif /* __PHYCORE_IMX8MM_H */