diff options
Diffstat (limited to 'bus.c')
-rw-r--r-- | bus.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -200,8 +200,8 @@ static void gpmc_setup(void) int WRACCESSTIME = DATA_READY; int config6 = WRACCESSTIME << 24; - - + + pinmux_configurepin("gpmc_csn0", PULL_UP | MODE_0); pinmux_configurepin("gpmc_oen_ren", PULL_UP | MODE_0); pinmux_configurepin("gpmc_wen", PULL_UP | MODE_0); |