diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-01-08 14:59:37 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-01-08 14:59:37 +0100 |
commit | 7528cf5f016b5b8b8b12b373f6f31a10bf89233d (patch) | |
tree | de91b38f0b5a9c06c2000b02372a7cc1c2655e3e /board/freescale/mx35pdk/mx35pdk.c | |
parent | 79f38777947ac7685e2cef8bd977f954ab198c0e (diff) | |
parent | 1411fb37b5a8d56bececc5e6ea09d2e0670b9810 (diff) | |
download | u-boot-imx-7528cf5f016b5b8b8b12b373f6f31a10bf89233d.zip u-boot-imx-7528cf5f016b5b8b8b12b373f6f31a10bf89233d.tar.gz u-boot-imx-7528cf5f016b5b8b8b12b373f6f31a10bf89233d.tar.bz2 |
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Diffstat (limited to 'board/freescale/mx35pdk/mx35pdk.c')
-rw-r--r-- | board/freescale/mx35pdk/mx35pdk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx35pdk/mx35pdk.c b/board/freescale/mx35pdk/mx35pdk.c index 2aa000f..b7f474e 100644 --- a/board/freescale/mx35pdk/mx35pdk.c +++ b/board/freescale/mx35pdk/mx35pdk.c @@ -274,7 +274,7 @@ int board_late_init(void) mxc_request_iomux(MX35_PIN_COMPARE, MUX_CONFIG_GPIO); mxc_iomux_set_input(MUX_IN_GPIO1_IN_5, INPUT_CTL_PATH0); - gpio_direction_output(37, 1); + gpio_direction_output(IMX_GPIO_NR(2, 5), 1); } val = mc9sdz60_reg_read(MC9SDZ60_REG_GPIO_1) | 0x04; |