diff options
author | Stefan Roese <sr@denx.de> | 2009-06-04 13:35:39 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:47:18 +0200 |
commit | 58f10460b05e0928d986b15edd4f2e1e99403f7e (patch) | |
tree | cc077776132c1c38243fa1254af81f5240536543 /board/esd/cpci750/cpci750.c | |
parent | ae7a2739d7a0704437376e229bb21940952c55be (diff) | |
download | u-boot-imx-58f10460b05e0928d986b15edd4f2e1e99403f7e.zip u-boot-imx-58f10460b05e0928d986b15edd4f2e1e99403f7e.tar.gz u-boot-imx-58f10460b05e0928d986b15edd4f2e1e99403f7e.tar.bz2 |
74xx_7xx: CPCI750: Add CPCI adapter/target support
The CPCI750 can be built as CPCI host or adapter/target board. This patch
adds support for runtime detection of those variants.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
Diffstat (limited to 'board/esd/cpci750/cpci750.c')
-rw-r--r-- | board/esd/cpci750/cpci750.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/esd/cpci750/cpci750.c b/board/esd/cpci750/cpci750.c index 4ac1ff4..2ae4cbd 100644 --- a/board/esd/cpci750/cpci750.c +++ b/board/esd/cpci750/cpci750.c @@ -140,6 +140,15 @@ void board_prebootm_init (void); unsigned int INTERNAL_REG_BASE_ADDR = CONFIG_SYS_GT_REGS; int display_mem_map (void); +/* + * Skip video initialization on slave variant. + * This function will overwrite the weak default in cfb_console.c + */ +int board_video_skip(void) +{ + return CPCI750_SLAVE_TEST; +} + /* ------------------------------------------------------------------------- */ /* |