diff options
author | Stefan Roese <sr@denx.de> | 2007-07-11 12:16:04 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-07-11 12:16:04 +0200 |
commit | 53629f439cc9daba166812749d2cf3102aca7aac (patch) | |
tree | f82264c99a124f2cbfeca96820290c46c88e0ad9 /lib_ppc/board.c | |
parent | 334043f601a90ac53e5ecc846fbb73a1ef38cb1f (diff) | |
parent | 4ef218f6fdf8d747f4589da5252b004e7d2c2876 (diff) | |
download | u-boot-imx-53629f439cc9daba166812749d2cf3102aca7aac.zip u-boot-imx-53629f439cc9daba166812749d2cf3102aca7aac.tar.gz u-boot-imx-53629f439cc9daba166812749d2cf3102aca7aac.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'lib_ppc/board.c')
-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 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 |