diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:14:07 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:15:13 -0500 |
| commit | fa2fd534b5d80d59b9043f2d8291fcb1c6c75a5b (patch) | |
| tree | 4140af7d09a27a924c25006c07742277e12b374f /tools | |
| parent | bb34410509205e70ab7c9830f9c17277e8dd54ad (diff) | |
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 <[email protected]>
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 e7b231e0712..69e4b00239c 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 |
