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 37f5dadf43..614c7b4417 100644
--- a/include/gpio.wrap
+++ b/include/gpio.wrap
@@ -80,9 +80,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 PLACEHOLDER_GPIO_BANK and a bitmask of zero. The chip GPIO layer
+ * is implemented such that writes to and reads from PLACEHOLDER_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.