summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-02-06 07:49:32 -0600
committerTom Rini <trini@konsulko.com>2018-02-23 21:44:22 -0500
commitba8bf9481b0854fa7d48b0e9ed913c639f187c7d (patch)
tree1940f415a9cabdf09b2b3cefba0e6eeb7e8cd186 /doc
parentd021e942107a1f7304a879cec99286ca462f7be3 (diff)
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')
-rw-r--r--doc/README.distro3
1 files changed, 1 insertions, 2 deletions
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 <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