[U-Boot] Difference between _defconfig and _config make switches

Robert P. J. Day rpjday at crashcourse.ca
Mon Jun 24 21:48:38 UTC 2019


On Tue, 25 Jun 2019, Ahmad Ijaz wrote:

> Hi Sir,
>
> I am trying to understand u-boot source code. As a starting point, I
> compiled u-boot for beaglebone black and successfully executed it on
> beaglebone hardware.
> My question is related to compilation step.
>
> The u-boot can be compiled with the following switches on *make.*
>
> *1. am335x_beaglebone_defconfig*
> *2. am335x_beaglebone_config*
> *3. am335x_evm_defconfig*
> *4. am335x_evm_config*

  from scripts/kconfig/Makefile:

# Added for U-Boot (backward compatibility)
%_config: %_defconfig
        @:

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


More information about the U-Boot mailing list