diff options
Diffstat (limited to 'src/mainboard/asus/a88xm-e')
-rw-r--r-- | src/mainboard/asus/a88xm-e/buildOpts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/asus/a88xm-e/buildOpts.c b/src/mainboard/asus/a88xm-e/buildOpts.c index 25e7d3aed2..363e31f96d 100644 --- a/src/mainboard/asus/a88xm-e/buildOpts.c +++ b/src/mainboard/asus/a88xm-e/buildOpts.c @@ -54,7 +54,7 @@ #define BLDCFG_FCH_GPP_PORT1_PRESENT TRUE #define BLDCFG_FCH_GPP_PORT2_PRESENT TRUE -GPIO_CONTROL a88xm_e_gpio[] = { +CONST GPIO_CONTROL a88xm_e_gpio[] = { {-1} }; #define BLDCFG_FCH_GPIO_CONTROL_LIST (a88xm_e_gpio) |