diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2019-01-02 06:41:55 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2019-05-07 03:48:55 +0300 |
commit | 8f8d5745bb520c76b81abef4a2cb3023d0313bfd (patch) | |
tree | cc287760f536fc980b7277e0a3459f9a6c6a94d3 /arch/xtensa/boot | |
parent | 8e65986dcae8c49501c1920064dc192e704248bb (diff) | |
download | linux-8f8d5745bb520c76b81abef4a2cb3023d0313bfd.tar.xz |
xtensa: replace variant/core.h with asm/core.h
Introduce the header arch/xtensa/include/asm/core.h that provides
definitions for XCHAL macros missing in older xtensa releases. Use this
header instead of variant/core.h
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/boot')
-rw-r--r-- | arch/xtensa/boot/boot-redboot/bootstrap.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/boot/boot-redboot/bootstrap.S b/arch/xtensa/boot/boot-redboot/bootstrap.S index bbf3b4b080cd..48ba5a232d94 100644 --- a/arch/xtensa/boot/boot-redboot/bootstrap.S +++ b/arch/xtensa/boot/boot-redboot/bootstrap.S @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -#include <variant/core.h> +#include <asm/core.h> #include <asm/regs.h> #include <asm/asmmacro.h> #include <asm/cacheasm.h> |