diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:14:07 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:15:13 -0500 |
commit | fa2fd534b5d80d59b9043f2d8291fcb1c6c75a5b (patch) | |
tree | 4140af7d09a27a924c25006c07742277e12b374f /tools | |
parent | bb34410509205e70ab7c9830f9c17277e8dd54ad (diff) | |
download | u-boot-fa2fd534b5d80d59b9043f2d8291fcb1c6c75a5b.zip u-boot-fa2fd534b5d80d59b9043f2d8291fcb1c6c75a5b.tar.gz u-boot-fa2fd534b5d80d59b9043f2d8291fcb1c6c75a5b.tar.bz2 |
global: Migrate CONFIG_X86_MRC_ADDR to CFG
Perform a simple rename of CONFIG_X86_MRC_ADDR to CFG_X86_MRC_ADDR
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/binman/binman.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/binman.rst b/tools/binman/binman.rst index e7b231e..69e4b00 100644 --- a/tools/binman/binman.rst +++ b/tools/binman/binman.rst @@ -298,7 +298,7 @@ C preprocessor:: #ifdef CONFIG_HAVE_MRC intel-mrc { - offset = <CONFIG_X86_MRC_ADDR>; + offset = <CFG_X86_MRC_ADDR>; }; #endif |