diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-07-16 21:19:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-19 14:47:11 +0200 |
commit | 61f15785032c6938a93cb8aeaf44ad33015f3ef7 (patch) | |
tree | c89efbc6ca1f5c6e952296386b107b71f7d7d13a /docs/manual/customize-configuration.txt | |
parent | 1e0f7ebef9e9f4ac4fcc47ed1bf4240ad39109ef (diff) | |
download | buildroot-61f15785032c6938a93cb8aeaf44ad33015f3ef7.tar.gz buildroot-61f15785032c6938a93cb8aeaf44ad33015f3ef7.zip |
docs/manual: add U-Boot configuration
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/customize-configuration.txt')
-rw-r--r-- | docs/manual/customize-configuration.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/customize-configuration.txt b/docs/manual/customize-configuration.txt index 6224d4080a..ae6cebe6c4 100644 --- a/docs/manual/customize-configuration.txt +++ b/docs/manual/customize-configuration.txt @@ -24,8 +24,8 @@ Alternatively, you can copy the file to any other place and rebuild with [[customize-store-package-config]] === Storing the configuration of other components -The configuration files for BusyBox, the Linux kernel, Barebox and -uClibc should be stored as well if changed. For each of these +The configuration files for BusyBox, the Linux kernel, Barebox, U-Boot +and uClibc should be stored as well if changed. For each of these components, a Buildroot configuration option exists to point to an input configuration file, e.g. +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE+. To store their configuration, set these configuration options to a path where you @@ -56,6 +56,8 @@ configuration files easier. path specified by +BR2_UCLIBC_CONFIG+. * +make barebox-update-defconfig+ saves the barebox configuration to the path specified by +BR2_TARGET_BAREBOX_CUSTOM_CONFIG_FILE+. +* +make uboot-update-defconfig+ saves the U-Boot configuration to the + path specified by +BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE+. * For at91bootstrap3, no helper exists so you have to copy the config file manually to +BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_CONFIG_FILE+. |