diff options
author | Adam Ford <aford173@gmail.com> | 2018-02-06 07:49:32 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-23 21:44:22 -0500 |
commit | ba8bf9481b0854fa7d48b0e9ed913c639f187c7d (patch) | |
tree | 1940f415a9cabdf09b2b3cefba0e6eeb7e8cd186 /doc/README.distro | |
parent | d021e942107a1f7304a879cec99286ca462f7be3 (diff) | |
download | u-boot-ba8bf9481b0854fa7d48b0e9ed913c639f187c7d.zip u-boot-ba8bf9481b0854fa7d48b0e9ed913c639f187c7d.tar.gz u-boot-ba8bf9481b0854fa7d48b0e9ed913c639f187c7d.tar.bz2 |
Remove config_distro_defaults.h
With the contents of config_distro_defaults.h migrated to Kconfig,
we can remove this header file completely
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'doc/README.distro')
-rw-r--r-- | doc/README.distro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/README.distro b/doc/README.distro index 77d5c6d..2af5590 100644 --- a/doc/README.distro +++ b/doc/README.distro @@ -172,7 +172,6 @@ In your board configuration file, include the following: ------------------------------------------------------------ #ifndef CONFIG_SPL_BUILD -#include <config_distro_defaults.h> #include <config_distro_bootcmd.h> #endif ------------------------------------------------------------ @@ -188,7 +187,7 @@ Finally, a few options that are mostly relevant only when using U-Boot- specific boot.scr scripts are enabled. This enables distros to generate a U-Boot-specific boot.scr script rather than extlinux.conf as the boot configuration file. While doing so is fully supported, and -<config_distro_defaults.h> exposes enough parameterization to boot.scr to +CONFIG_DISTRO_DEFAULTS exposes enough parameterization to boot.scr to allow for board-agnostic boot.scr content, this document recommends that distros generate extlinux.conf rather than boot.scr. extlinux.conf is intended to work across multiple bootloaders, whereas boot.scr will only work with |