summaryrefslogtreecommitdiff
path: root/lib_ppc
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-07-11 17:48:09 -0500
committerKim Phillips <kim.phillips@freescale.com>2007-07-11 17:48:09 -0500
commit9e04033d47410f888459458d5f35a0933584d7c8 (patch)
tree07751c255514af48eff09c2382269d431c2056f9 /lib_ppc
parent0459e7d3a0a273064b738aa2e06fd7dcd35eec58 (diff)
parent4ef218f6fdf8d747f4589da5252b004e7d2c2876 (diff)
downloadu-boot-imx-9e04033d47410f888459458d5f35a0933584d7c8.zip
u-boot-imx-9e04033d47410f888459458d5f35a0933584d7c8.tar.gz
u-boot-imx-9e04033d47410f888459458d5f35a0933584d7c8.tar.bz2
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'lib_ppc')
-rw-r--r--lib_ppc/board.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c
index c4fc580..f5d18fa 100644
--- a/lib_ppc/board.c
+++ b/lib_ppc/board.c
@@ -896,7 +896,8 @@ void board_init_r (gd_t *id, ulong dest_addr)
#if defined(CONFIG_TQM8xxL) || defined(CONFIG_TQM8260) || \
defined(CONFIG_TQM8272) || \
- defined(CONFIG_CCM) || defined(CONFIG_KUP4K) || defined(CONFIG_KUP4X)
+ defined(CONFIG_CCM) || defined(CONFIG_KUP4K) || \
+ defined(CONFIG_KUP4X) || defined(CONFIG_PCS440EP)
load_sernum_ethaddr ();
#endif
/* IP Address */
@@ -961,7 +962,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
serial_buffered_init();
#endif
-#ifdef CONFIG_STATUS_LED
+#if defined(CONFIG_STATUS_LED) && defined(STATUS_LED_BOOT)
status_led_set (STATUS_LED_BOOT, STATUS_LED_BLINKING);
#endif