]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: remove CONFIG_ARCH_MAP_SYSMEM from io.h
authorMichal Simek <monstr@monstr.eu>
Wed, 18 May 2022 10:54:01 +0000 (12:54 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 26 May 2022 10:38:02 +0000 (18:38 +0800)
commit8ac37b461c90987f02f011d17145f8d6ff484bc7
tree035eac2892b27be1f3e7c67d70c3fdccb6203b8a
parent73872eb05aee1173c145fe70c2ace42d5245af3e
riscv: remove CONFIG_ARCH_MAP_SYSMEM from io.h

Commit ba1ed5b022c6 ("Convert CONFIG_ARCH_MAP_SYSMEM to Kconfig") clearly
defined that this option is available for SANDBOX (was also for already
removed NDS32). That's why there is no way how this code can be enabled
with current Kconfig layout for riscv.
Based on this removing this code.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/riscv/include/asm/io.h