]> git.baikalelectronics.ru Git - uboot.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)
commit98c59af014d575579517a29d91efefaf35d1b52d
tree035eac2892b27be1f3e7c67d70c3fdccb6203b8a
parent704cb3593075982980af6110abe7129f768c94aa
riscv: remove CONFIG_ARCH_MAP_SYSMEM from io.h

Commit d4f9029a46f8 ("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