summaryrefslogtreecommitdiff
path: root/include/gpio.wrap
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpio.wrap')
-rw-r--r--include/gpio.wrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gpio.wrap b/include/gpio.wrap
index 8f2d7c709d..cca72ba7b0 100644
--- a/include/gpio.wrap
+++ b/include/gpio.wrap
@@ -94,9 +94,9 @@
* function/name then it should specify that that GPIO is not implemented using
* the UNIMPLEMENTED macro below in the board gpio.inc file. This macro creates
* an entry in the gpio_signal enum and the gpio_list array that is initialized
- * to use the DUMMY_GPIO_BANK and a bitmask of zero. The chip GPIO layer is
- * implemented such that writes to and reads from DUMMY_GPIO_BANK with a bitmask
- * of zero are harmless.
+ * to use the UNIMPLEMENTED_GPIO_BANK and a bitmask of zero. The chip GPIO
+ * layer is implemented such that writes to and reads from
+ * UNIMPLEMENTED_GPIO_BANK with a bitmask of zero are harmless.
*
* This allows common code that expects these GPIOs to exist to compile and have
* some reduced functionality.