summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-15 19:03:44 +0300
committerTom Rini <trini@konsulko.com>2022-07-06 00:03:01 +0300
commit69a2bb63215f61cca52ecf037df18999edbf2061 (patch)
treec58b3416388bcf8dca3089fcc93867f79040ba29 /include
parent89d888ed6db14cf396ade61c38e71a93e57dd3b6 (diff)
downloadu-boot-69a2bb63215f61cca52ecf037df18999edbf2061.tar.xz
net: designware: Rename CONFIG_DW_GMAC_DEFAULT_DMA_PBL to GMAC_DEFAULT_DMA_PBL
This value is always used at the default, rename it for now. This likely should come from the device tree if non-default, moving forward. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/stm32f746-disco.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h
index 73376f16b4..df05ee4892 100644
--- a/include/configs/stm32f746-disco.h
+++ b/include/configs/stm32f746-disco.h
@@ -20,8 +20,6 @@
#define CONFIG_SYS_MAX_FLASH_SECT 8
-#define CONFIG_DW_GMAC_DEFAULT_DMA_PBL (8)
-
#define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */
#define BOOT_TARGET_DEVICES(func) \