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/make-tips.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/make-tips.txt')
-rw-r--r-- | docs/manual/make-tips.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt index 1cf15448d3..97a3302477 100644 --- a/docs/manual/make-tips.txt +++ b/docs/manual/make-tips.txt @@ -34,6 +34,8 @@ some settings in the +.config+ file may hide some targets: selected in the internal toolchain backend; * +barebox-menuconfig+ and +barebox-savedefconfig+ only work when the +barebox+ bootloader is enabled. +* +uboot-menuconfig+ and +uboot-savedefconfig+ only work when the + +U-Boot+ bootloader is enabled. .Cleaning: |