diff options
author | Stefan Roese <sr@denx.de> | 2007-10-27 13:43:40 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-27 13:43:40 +0200 |
commit | 49801028715cd8bc22863cdfc0ee7919b7a6af4b (patch) | |
tree | b7344561054c6da1886e0622716ad6da9bb2325b /board/tqm5200/tqm5200.c | |
parent | 20d500d531a6b971ce6cc1bf191cb0092cdc0afc (diff) | |
parent | d78791ae914d4e7c5edca1cdad73b3dc81a4eb82 (diff) | |
download | u-boot-imx-49801028715cd8bc22863cdfc0ee7919b7a6af4b.zip u-boot-imx-49801028715cd8bc22863cdfc0ee7919b7a6af4b.tar.gz u-boot-imx-49801028715cd8bc22863cdfc0ee7919b7a6af4b.tar.bz2 |
Merge git://www.denx.de/git/u-boot
Diffstat (limited to 'board/tqm5200/tqm5200.c')
-rw-r--r-- | board/tqm5200/tqm5200.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/tqm5200/tqm5200.c b/board/tqm5200/tqm5200.c index 29d6f00..d10cb59 100644 --- a/board/tqm5200/tqm5200.c +++ b/board/tqm5200/tqm5200.c @@ -543,6 +543,7 @@ int last_stage_init (void) __asm__ volatile ("sync"); } +#ifndef CONFIG_TQM5200S /* The TQM5200S has no SM501 grafic controller */ /* * Check for Grafic Controller */ @@ -586,6 +587,7 @@ int last_stage_init (void) #endif return 0; +#endif /* !CONFIG_TQM5200S */ } #ifdef CONFIG_VIDEO_SM501 |