|
@@ -172,7 +172,6 @@ In your board configuration file, include the following:
|
|
|
|
|
|
------------------------------------------------------------
|
|
------------------------------------------------------------
|
|
#ifndef CONFIG_SPL_BUILD
|
|
#ifndef CONFIG_SPL_BUILD
|
|
-#include <config_distro_defaults.h>
|
|
|
|
#include <config_distro_bootcmd.h>
|
|
#include <config_distro_bootcmd.h>
|
|
#endif
|
|
#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
|
|
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
|
|
U-Boot-specific boot.scr script rather than extlinux.conf as the boot
|
|
configuration file. While doing so is fully supported, and
|
|
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
|
|
allow for board-agnostic boot.scr content, this document recommends that
|
|
distros generate extlinux.conf rather than boot.scr. extlinux.conf is intended
|
|
distros generate extlinux.conf rather than boot.scr. extlinux.conf is intended
|
|
to work across multiple bootloaders, whereas boot.scr will only work with
|
|
to work across multiple bootloaders, whereas boot.scr will only work with
|