arch: remove reference to non-existent readme

Remove the comment which is copy-paste from stm32/stm32_eth.c.

stm3240g-eval doesn't contain any valuable information about eth driver.
If we need to find an explanation of the configuration options, they are in
Kconfig files.

Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
raiden00pl
2025-10-11 12:32:16 +02:00
committed by Matteo Golin
parent cb1b1863c0
commit 128401a733
6 changed files with 0 additions and 24 deletions
-4
View File
@@ -73,10 +73,6 @@
/* Configuration ************************************************************/
/* See boards/arm/at32/at3240g-eval/README.txt for an explanation of the
* configuration settings.
*/
#if AT32_NETHERNET > 1
# error "Logic to support multiple Ethernet interfaces is incomplete"
#endif
-4
View File
@@ -78,10 +78,6 @@
/* Configuration ************************************************************/
/* See boards/arm/gd32/gd3240g-eval/README.txt for an explanation of the
* configuration settings.
*/
#if GD32_NETHERNET > 1
# error "Logic to support multiple Ethernet interfaces is incomplete"
#endif
-4
View File
@@ -75,10 +75,6 @@
/* Configuration ************************************************************/
/* See boards/arm/stm32/stm3240g-eval/README.txt for an explanation of the
* configuration settings.
*/
#if STM32_NETHERNET > 1
# error "Logic to support multiple Ethernet interfaces is incomplete"
#endif
-4
View File
@@ -78,10 +78,6 @@
/* Configuration ************************************************************/
/* See boards/arm/stm32/stm3240g-eval/README.txt for an explanation of the
* configuration settings.
*/
#if STM32F7_NETHERNET > 1
# error "Logic to support multiple Ethernet interfaces is incomplete"
#endif
-4
View File
@@ -79,10 +79,6 @@
/* Configuration ************************************************************/
/* See boards/arm/stm32/stm3240g-eval/README.txt for an explanation of the
* configuration settings.
*/
#if STM32H5_NETHERNET > 1
# error "Logic to support multiple Ethernet interfaces is incomplete"
#endif
-4
View File
@@ -81,10 +81,6 @@
/* Configuration ************************************************************/
/* See boards/arm/stm32/stm3240g-eval/README.txt for an explanation of the
* configuration settings.
*/
#if STM32H7_NETHERNET > 1
# error "Logic to support multiple Ethernet interfaces is incomplete"
#endif