summaryrefslogtreecommitdiff
path: root/utils/imxtools
diff options
context:
space:
mode:
Diffstat (limited to 'utils/imxtools')
-rw-r--r--utils/imxtools/misc/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/imxtools/misc/map.h b/utils/imxtools/misc/map.h
index b94875ff6d..6143f91912 100644
--- a/utils/imxtools/misc/map.h
+++ b/utils/imxtools/misc/map.h
@@ -79,7 +79,7 @@ struct soc_t
79#define PIN_GROUP_PREFIX_NONE "" 79#define PIN_GROUP_PREFIX_NONE ""
80 80
81#define R(group,name,block) {PIN_GROUP_PREFIX_##group name, PIN_GROUP_##group, block} 81#define R(group,name,block) {PIN_GROUP_PREFIX_##group name, PIN_GROUP_##group, block}
82#define Q(group,block,name) R(group,STR(block)"_"name, block) 82#define Q(group,block,name) R(group,STR(block) "_" name, block)
83#define P(group,name) R(group,name,PIN_NO_BLOCK) 83#define P(group,name) R(group,name,PIN_NO_BLOCK)
84 84
85#define IO P(GPIO,"gpio") 85#define IO P(GPIO,"gpio")