aboutsummaryrefslogtreecommitdiff
path: root/doc/README.kwbimage
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:37 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:07:03 -0500
commit207972acfc19bd64f390744c2636b9218f41673d (patch)
treef7bce7bb6778441072f029b2432a7b84d01f155a /doc/README.kwbimage
parent04501ecca26d0f3ad10065775c1bddda02a02db0 (diff)
downloadu-boot-207972acfc19bd64f390744c2636b9218f41673d.zip
u-boot-207972acfc19bd64f390744c2636b9218f41673d.tar.gz
u-boot-207972acfc19bd64f390744c2636b9218f41673d.tar.bz2
global: Migrate CONFIG_BOARDDIR to CFG
Perform a simple rename of CONFIG_BOARDDIR to CFG_BOARDDIR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/README.kwbimage')
-rw-r--r--doc/README.kwbimage2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.kwbimage b/doc/README.kwbimage
index 762b2e3..a1d247c 100644
--- a/doc/README.kwbimage
+++ b/doc/README.kwbimage
@@ -42,7 +42,7 @@ Board specific configuration file specifications:
kwbimage.cfg. The name can be set as part of the full path
to the file using CONFIG_SYS_KWD_CONFIG (probably in
include/configs/<yourboard>.h). The path should look like:
- $(CONFIG_BOARDDIR)/<yourkwbimagename>.cfg
+ $(CFG_BOARDDIR)/<yourkwbimagename>.cfg
2. This file can have empty lines and lines starting with "#" as first
character to put comments
3. This file can have configuration command lines as mentioned below,