summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx23evk/spl_boot.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-05-03 04:37:08 +0000
committerStefano Babic <sbabic@denx.de>2013-05-05 17:08:46 +0200
commit0ede8272d0f0c3baf07fa23a2a576a5e59abe489 (patch)
tree96da2afed093473b206e3099a8e5ff990a54a4fc /board/freescale/mx23evk/spl_boot.c
parent9aee34ecabef065cfec76ce736bedfb1fcf77b03 (diff)
downloadblackbird-obmc-uboot-0ede8272d0f0c3baf07fa23a2a576a5e59abe489.tar.gz
blackbird-obmc-uboot-0ede8272d0f0c3baf07fa23a2a576a5e59abe489.zip
mx23evk: Fix DDR pin iomux settings
Change MUX_CONFIG_EMI to use the same drive strength as the bootlets code from Freescale, which results in much better stability. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'board/freescale/mx23evk/spl_boot.c')
-rw-r--r--board/freescale/mx23evk/spl_boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx23evk/spl_boot.c b/board/freescale/mx23evk/spl_boot.c
index b6f4e7eff2..8da992b0b8 100644
--- a/board/freescale/mx23evk/spl_boot.c
+++ b/board/freescale/mx23evk/spl_boot.c
@@ -26,7 +26,7 @@
#include <asm/arch/sys_proto.h>
#define MUX_CONFIG_SSP1 (MXS_PAD_3V3 | MXS_PAD_8MA | MXS_PAD_PULLUP)
-#define MUX_CONFIG_EMI (MXS_PAD_3V3 | MXS_PAD_16MA | MXS_PAD_PULLUP)
+#define MUX_CONFIG_EMI (MXS_PAD_3V3 | MXS_PAD_12MA | MXS_PAD_PULLUP)
const iomux_cfg_t iomux_setup[] = {
/* DUART */
OpenPOWER on IntegriCloud