ppc4xx: Handle other board variant in PMC440 FPGA code

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Signed-off-by: Stefan Roese <sr@denx.de>
master
Matthias Fuchs 17 years ago committed by Stefan Roese
parent cc2dc9b08c
commit 295133258a
  1. 5
      board/esd/pmc440/fpga.c

@ -220,8 +220,9 @@ int fpga_post_config_fn(int cookie)
FPGA_OUT32(&fpga->status, (gd->board_type << STATUS_HWREV_SHIFT) & STATUS_HWREV_MASK); FPGA_OUT32(&fpga->status, (gd->board_type << STATUS_HWREV_SHIFT) & STATUS_HWREV_MASK);
/* NGCC only: enable ledlink */ /* NGCC/CANDES only: enable ledlink */
if ((s = getenv("bd_type")) && !strcmp(s, "ngcc")) if ((s = getenv("bd_type")) &&
((!strcmp(s, "ngcc")) || (!strcmp(s, "candes"))))
FPGA_SETBITS(&fpga->ctrla, 0x29f8c000); FPGA_SETBITS(&fpga->ctrla, 0x29f8c000);
return rc; return rc;

Loading…
Cancel
Save