summaryrefslogtreecommitdiffstats
path: root/bsps/arm
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2024-02-20 13:55:00 -0600
committerJoel Sherrill <joel@rtems.org>2024-02-23 08:35:59 -0600
commit00e71f0b4bbe07857afedd5b665e562785fc8d5c (patch)
tree6138a6d9c7a1edb1a8aa07642da2f6f6a08acdfd /bsps/arm
parentlibtest: Improve gcov info dump (diff)
downloadrtems-00e71f0b4bbe07857afedd5b665e562785fc8d5c.tar.bz2
arm/altera-cyclone-v/README: Fix use of CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS
The proper name is now CONFIGURE_MAXIMUM_FILE_DESCRIPTORS.
Diffstat (limited to 'bsps/arm')
-rw-r--r--bsps/arm/altera-cyclone-v/README2
1 files changed, 1 insertions, 1 deletions
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
-------