diff options
author | Tom Rini <trini@konsulko.com> | 2022-10-28 20:27:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-10 10:08:55 -0500 |
commit | 5155207ae1a0797a99c0a5f4e99741960ff04697 (patch) | |
tree | f3b50ee9d5ece07c22582eaeaf97d727f9ded0c4 /include/post.h | |
parent | d236210c11d2bdf81c721d2df6efb693f258a58b (diff) | |
download | u-boot-5155207ae1a0797a99c0a5f4e99741960ff04697.tar.gz |
global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace
Migrate all of COFIG_SYS_MPC* to the CFG_SYS namespace.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/post.h')
-rw-r--r-- | include/post.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/post.h b/include/post.h index a07a6bc5e2..ec03556e91 100644 --- a/include/post.h +++ b/include/post.h @@ -27,7 +27,7 @@ #elif defined (CONFIG_MPC85xx) #include <asm/immap_85xx.h> -#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CONFIG_SYS_MPC85xx_PIC_OFFSET + \ +#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CFG_SYS_MPC85xx_PIC_OFFSET + \ offsetof(ccsr_pic_t, tfrr)) #endif |