From: sbabic at denx.de <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] board: cm_fx6: Enable DM support for video, fix build error
Date: Sun, 29 Dec 2019 11:26:19 +0100 (CET) [thread overview]
Message-ID: <20191229102619.AF5EB81791@phobos.denx.de> (raw)
In-Reply-To: <1574243701-14953-1-git-send-email-sunil.m@techveda.org>
> From: Suniel Mahesh <sunil.m@techveda.org>
> Enable driver model for Video to remove the following
> compile warning on CM-FX6 SOM based target:
> ===================== WARNING ======================
> This board does not use CONFIG_DM_VIDEO Please update
> the board to use CONFIG_DM_VIDEO before the v2019.07 release.
> ====================================================
> This change introduced build error as shown:
> LD u-boot
> drivers/built-in.o: In function ipu_displays_init'
> arm-linux-ld.bfd: BFD (GNU Binutils) 2.29.1 assertion fail elf32-arm.c:9509
> Makefile:1621: recipe for target 'u-boot' failed
> make: *** [u-boot] Error 1
> The DM converted video driver calls ipu_displays_init
> in its probe, which inturn calls relevant board_video_skip.
> Defining ipu_displays_init in the board file fixes build error.
> Target was compile tested, build was clean.
> Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
Applied to u-boot-imx, -next, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
prev parent reply other threads:[~2019-12-29 10:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-20 9:55 [U-Boot] [PATCH 1/2] board: cm_fx6: Enable DM support for video, fix build error sunil.m at techveda.org
2019-11-20 9:55 ` [U-Boot] [PATCH 2/2] board: cm_fx6: Enable CONFIG_DM_ETH sunil.m at techveda.org
2019-12-29 10:28 ` sbabic at denx.de
2019-12-29 10:26 ` sbabic at denx.de [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191229102619.AF5EB81791@phobos.denx.de \
--to=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox