summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-10-03 09:33:12 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-10-03 09:33:12 +0200
commit5362385ec3c95d79234002de8ed970c653fd7a93 (patch)
tree02fdd1c7d2c9ee926697d431f99ff1623b1d92d8 /board
parentd9631ecf528b0f89d2ffda693209b088411434d0 (diff)
parent2c7b2ab5a072a2aa0b2c3e8c48b3302f5122f11e (diff)
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'board')
-rw-r--r--board/esd/hh405/hh405.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/esd/hh405/hh405.c b/board/esd/hh405/hh405.c
index 67a0c30e2c..5c0d070a7f 100644
--- a/board/esd/hh405/hh405.c
+++ b/board/esd/hh405/hh405.c
@@ -367,7 +367,6 @@ int misc_init_r (void)
int i;
char *str;
unsigned long contrast0 = 0xffffffff;
- pci_dev_t devbusfn;
dst = malloc(CFG_FPGA_MAX_SIZE);
if (gunzip (dst, CFG_FPGA_MAX_SIZE, (uchar *)fpgadata, &len) != 0) {
@@ -554,7 +553,10 @@ int misc_init_r (void)
regs_13704_320_240_4bpp,
sizeof(regs_13704_320_240_4bpp)/sizeof(regs_13704_320_240_4bpp[0]),
logo_bmp_320, sizeof(logo_bmp_320));
+#ifdef CONFIG_VIDEO_SM501
} else {
+ pci_dev_t devbusfn;
+
/*
* Is SM501 connected (ppc221/ppc231)?
*/
@@ -573,6 +575,7 @@ int misc_init_r (void)
printf("Unsupported bd_type defined (%s) -> No display configured!\n", str);
return 0;
}
+#endif /* CONFIG_VIDEO_SM501 */
}
return (0);