diff options
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 77d5c6d4d56..2af559009bb 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 |