diff options
| author | Wolfgang Denk <[email protected]> | 2007-08-06 00:55:51 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2007-08-06 00:55:51 +0200 |
| commit | 46919751eac7d5c210e6e71ad4bf2bae4805902e (patch) | |
| tree | 5a6097aef0f398adb4e60047efb28c37b79bec50 /lib_ppc | |
| parent | 8092fef4c29b395958bb649647da7e3775731517 (diff) | |
| parent | c7e717ebc2b044d7a71062552c9dc0f54ea9b779 (diff) | |
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xx
Diffstat (limited to 'lib_ppc')
| -rw-r--r-- | lib_ppc/board.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib_ppc/board.c b/lib_ppc/board.c index 80baab89203..163aaeb5d45 100644 --- a/lib_ppc/board.c +++ b/lib_ppc/board.c @@ -902,7 +902,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 */ @@ -967,7 +968,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 |
