From ba8bf9481b0854fa7d48b0e9ed913c639f187c7d Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Tue, 6 Feb 2018 07:49:32 -0600 Subject: 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 --- doc/README.distro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/README.distro') diff --git a/doc/README.distro b/doc/README.distro index 77d5c6d4d5..2af559009b 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 #include #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 - 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 -- cgit