From ca9e55ad11271cb26b0bffba336cf5a0d74ba378 Mon Sep 17 00:00:00 2001 From: Simon Doppler Date: Mon, 7 Mar 2022 15:13:21 +0100 Subject: [PATCH] docs/manual: Document Kconfig requirements for uboot When using uboot's legacy build system, the 'make uboot-menuconfig' and 'make uboot-savedefconfig' targets are not available as they are created by 'kconfig-package'. Signed-off-by: Simon Doppler Signed-off-by: Peter Korsgaard --- docs/manual/make-tips.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt index 869b6807dd..df3b888c25 100644 --- a/docs/manual/make-tips.txt +++ b/docs/manual/make-tips.txt @@ -35,7 +35,8 @@ some settings in the +.config+ file may hide some targets: * +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. + +U-Boot+ bootloader is enabled and the +uboot+ build system is set + to +Kconfig+. .Cleaning: