[rtems commit] arm/altera-cyclone-v/README: Fix use of CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS

Joel Sherrill joel at rtems.org
Fri Feb 23 14:36:01 UTC 2024


Module:    rtems
Branch:    master
Commit:    00e71f0b4bbe07857afedd5b665e562785fc8d5c
Changeset: http://git.rtems.org/rtems/commit/?id=00e71f0b4bbe07857afedd5b665e562785fc8d5c

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Feb 20 13:55:00 2024 -0600

arm/altera-cyclone-v/README: Fix use of CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS

The proper name is now CONFIGURE_MAXIMUM_FILE_DESCRIPTORS.

---

 bsps/arm/altera-cyclone-v/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsps/arm/altera-cyclone-v/README b/bsps/arm/altera-cyclone-v/README
index 658fe77255..3f7f16c941 100644
--- a/bsps/arm/altera-cyclone-v/README
+++ b/bsps/arm/altera-cyclone-v/README
@@ -13,7 +13,7 @@ have to set the following options:
   #define CONFIGURE_BSP_PREREQUISITE_DRIVERS I2C_DRIVER_TABLE_ENTRY
 
 Additional there has to be one free file descriptor to access the i2c. Set the
-CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS accordingly.
+CONFIGURE_MAXIMUM_FILE_DESCRIPTORS accordingly.
 
 Network
 -------



More information about the vc mailing list