diff options
Diffstat (limited to 'docs/manual/configure-other-components.txt')
-rw-r--r-- | docs/manual/configure-other-components.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manual/configure-other-components.txt b/docs/manual/configure-other-components.txt index deb1fa2a54..60a80f0a48 100644 --- a/docs/manual/configure-other-components.txt +++ b/docs/manual/configure-other-components.txt @@ -50,3 +50,11 @@ kernel. The corresponding configuration variables are +BR2_TARGET_BAREBOX_USE_CUSTOM_CONFIG+ and +BR2_TARGET_BAREBOX_USE_DEFCONFIG+. To open the configuration editor, use +make barebox-menuconfig+. + +U-Boot:: ++ +Configuration of U-Boot (version 2015.04 or newer) is done in the same +way as for the Linux kernel. The corresponding configuration variables +are +BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG+ and ++BR2_TARGET_UBOOT_USE_DEFCONFIG+. To open the configuration editor, +use +make uboot-menuconfig+. |