mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user