summaryrefslogtreecommitdiff
path: root/board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-09-20 19:05:12 -0500
committerScott Wood <scottwood@freescale.com>2012-11-26 15:41:25 -0600
commit94a45bb19737435dfeafdb60e6fe765af3dc62f8 (patch)
tree11d019b6cb3ee508ae92c32a26020f6c223452bd /board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
parentc97cd1ba480482e220c5dcef0cd751d21a1bf74e (diff)
downloadu-boot-imx-94a45bb19737435dfeafdb60e6fe765af3dc62f8.zip
u-boot-imx-94a45bb19737435dfeafdb60e6fe765af3dc62f8.tar.gz
u-boot-imx-94a45bb19737435dfeafdb60e6fe765af3dc62f8.tar.bz2
powerpc/mpc85xx/p1_p2_rdb_pc: new SPL support
Introduces CONFIG_SPL_RELOC_TEXT_BASE and CONFIG_SPL_RELOC_STACK. Signed-off-by: Scott Wood <scottwood@freescale.com> Cc: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c')
-rw-r--r--board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c b/board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
index aa39260..5b5b86c 100644
--- a/board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
+++ b/board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
@@ -177,7 +177,7 @@ void board_gpio_init(void)
*/
setbits_be32(&pgpio->gpdir, 0x02130000);
-#ifndef CONFIG_SYS_RAMBOOT
+#if !defined(CONFIG_SYS_RAMBOOT) && !defined(CONFIG_SPL)
/* init DDR3 reset signal */
setbits_be32(&pgpio->gpdir, 0x00200000);
setbits_be32(&pgpio->gpodr, 0x00200000);