mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
Correct SPL use of EXYNOS7420
This converts 1 usage of this option to the non-SPL form, since there is no SPL_EXYNOS7420 defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
28de1e06c9
commit
418f2173b1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <common.h>
|
||||
#include <asm/armv8/mmu.h>
|
||||
|
||||
#if CONFIG_IS_ENABLED(EXYNOS7420)
|
||||
#if IS_ENABLED(CONFIG_EXYNOS7420)
|
||||
|
||||
static struct mm_region exynos7420_mem_map[] = {
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue