imx8mp_evk: Delete noncached memory config
authorYe Li <ye.li@nxp.com>
Mon, 16 Aug 2021 10:44:31 +0000 (18:44 +0800)
committerStefano Babic <sbabic@denx.de>
Thu, 21 Oct 2021 11:59:26 +0000 (13:59 +0200)
DWC EQOS driver has removed to use noncached memory, so delete
the configuration from iMX8MP EVK head file.

Signed-off-by: Ye Li <ye.li@nxp.com>
include/configs/imx8mp_evk.h

index bec6c1d..2427603 100644 (file)
@@ -43,9 +43,6 @@
 #define FEC_QUIRK_ENET_MAC
 
 #define DWC_NET_PHYADDR                        1
-#ifdef CONFIG_DWC_ETH_QOS
-#define CONFIG_SYS_NONCACHED_MEMORY     (1 * SZ_1M)     /* 1M */
-#endif
 
 #define PHY_ANEG_TIMEOUT 20000