diff options
author | Eric Benard <eric@eukrea.com> | 2014-04-04 19:05:57 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-04-15 12:23:57 +0200 |
commit | 1220eeb794007a7d6aec727f0b0e6ea9d814ba97 (patch) | |
tree | 0af0b81e45ac58c0a5b065ebfb571b2d7f3568fe /board | |
parent | e688a99c07337738dba9fb22a05b9d33eaac597c (diff) | |
download | u-boot-imx-1220eeb794007a7d6aec727f0b0e6ea9d814ba97.zip u-boot-imx-1220eeb794007a7d6aec727f0b0e6ea9d814ba97.tar.gz u-boot-imx-1220eeb794007a7d6aec727f0b0e6ea9d814ba97.tar.bz2 |
nitrogen6x: use common detect_hdmi
Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/boundary/nitrogen6x/nitrogen6x.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/boundary/nitrogen6x/nitrogen6x.c b/board/boundary/nitrogen6x/nitrogen6x.c index cb5f787..8475653 100644 --- a/board/boundary/nitrogen6x/nitrogen6x.c +++ b/board/boundary/nitrogen6x/nitrogen6x.c @@ -445,12 +445,6 @@ static iomux_v3_cfg_t const rgb_pads[] = { MX6_PAD_DISP0_DAT23__IPU1_DISP0_DATA23, }; -static int detect_hdmi(struct display_info_t const *dev) -{ - struct hdmi_regs *hdmi = (struct hdmi_regs *)HDMI_ARB_BASE_ADDR; - return readb(&hdmi->phy_stat0) & HDMI_DVI_STAT; -} - static void do_enable_hdmi(struct display_info_t const *dev) { imx_enable_hdmi_phy(); |