galileo: Shrink pinmux array

The pins array in galileo-gen2-pinmux.c:galileo_brd_to_cpu_gpio_pin is
unnecessarily large.  This patch reduces its size.
master-01022017
Michael LeMay 2016-10-19 09:29:37 -07:00
parent 2f76fc1f77
commit 5c4cc2722e
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ int
galileo_brd_to_cpu_gpio_pin(unsigned pin, bool *sus)
{
static const int SUS = 0x100;
unsigned pins[GALILEO_NUM_PINS] = {
unsigned pins[GALILEO_NUM_DIGITAL_PINS] = {
3, 4, 5, 6,
SUS | 4, 8, 9, SUS | 0,
SUS | 1, SUS | 2, 2, SUS | 3,