diff options
| author | Tom Rini <trini@konsulko.com> | 2022-03-11 09:12:03 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-03-18 12:48:17 -0400 |
| commit | 0b5870c3f54d8da504866d70cf74b3b7ca3c49bb (patch) | |
| tree | fab6971804ae362b078cd4bb948f4c8977c328ad /arch/powerpc/include | |
| parent | 01d1b99c9b2d67207050c89f70801178ba9f4f2a (diff) | |
powerpc: Move CONFIG_BPTR_VIRT_ADDR out of CONFIG namespace
This is only used in one file, and is never overridden. Move this out
of CONFIG namespace.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/powerpc/include')
| -rw-r--r-- | arch/powerpc/include/asm/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index 354137124d8..059ffe1fd4f 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -31,9 +31,7 @@ * Freescale's default e500 reset page. */ #if (defined(CONFIG_E500) && defined(CONFIG_MP)) -#ifndef CONFIG_BPTR_VIRT_ADDR -#define CONFIG_BPTR_VIRT_ADDR 0xfffff000 -#endif +#define BPTR_VIRT_ADDR 0xfffff000 #endif /* Since so many PPC SOCs have a semi-common LBC, define this here */ |
