diff options
author | Linus Torvalds | 2018-11-01 14:32:43 -0700 |
---|---|---|
committer | Linus Torvalds | 2018-11-01 14:32:43 -0700 |
commit | 90de1fb83e7c760aa403381f072486fc4e3e8b5f (patch) | |
tree | c1af1fedd74b49aba1d4904befb7a5eab6859108 /arch/xtensa/Kconfig | |
parent | 2d6bb6adb714b133db92ccd4bfc9c20f75f71f3f (diff) | |
parent | 960b82c383d38fea4439e4182b5be4352a6048e2 (diff) |
Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa
Pull Xtensa fixes and cleanups from Max Filippov:
- use ZONE_NORMAL instead of ZONE_DMA
- fix Image.elf build error caused by assignment of incorrect address
to the .note.Linux section
- clean up debug and property sections in the vmlinux.lds.S
* tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensa:
xtensa: clean up xtensa-specific property sections
xtensa: use DWARF_DEBUG in the vmlinux.lds.S
xtensa: add NOTES section to the linker script
xtensa: remove ZONE_DMA
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 60c141af222b..d29b7365da8d 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -1,7 +1,4 @@ # SPDX-License-Identifier: GPL-2.0 -config ZONE_DMA - def_bool y - config XTENSA def_bool y select ARCH_HAS_SG_CHAIN |