[U-Boot] [PATCH v2 2/6] apalis/colibri_t20/t30: deactivate displaying board info

Marcel Ziswiler marcel.ziswiler at toradex.com
Fri Sep 30 12:00:22 CEST 2016


On Wed, 2016-09-28 at 12:00 -0600, Stephen Warren wrote:
> On 09/28/2016 03:35 AM, Marcel Ziswiler wrote:
> > 
> > Avoid a checkboard() name clash with our upcoming custom
> > implementation
> > thereof.
> If you want to avoid naming conflicts, please simply name your new 
> function something that doesn't conflict. That way it will avoid 
> confusion is someone actually wants to enable the 
> CONFIG_DISPLAY_BOARDINFO option themselves, plus it avoids taking
> the 
> current feature set away.

No, it is not just any function. We do want our custom checkboard() to
be called upon boot and not the Tegra generic one just printing a hard
coded string.

I guess alternatively we could gate the checkboard() call
in arch/arm/mach-tegra/board2.c with a

#if !defined(CONFIG_CUSTOM_BOARDINFO)

just as introduced a while ago in common/board_info.c

http://git.denx.de/?p=u-boot.git;a=blob;f=common/board_info.c;h=bd5dcfa
066358c2cc44ce5d19fcc3e77d555cd09;hb=HEAD#l20

in order to not print the hard coded name from the device tree.


More information about the U-Boot mailing list