diff options
author | Adam Ford <aford173@gmail.com> | 2019-08-14 08:29:25 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-25 19:32:55 -0400 |
commit | 1bf330150c2a34af797cafa5a09722a2fc4ae233 (patch) | |
tree | e586ae016e54430c55ef9e0eb643b21652c1857b /include/configs/exynos7420-common.h | |
parent | bf17bcc5b16edcdf679e362e578cde13736ac5bf (diff) |
Convert CONFIG_ARCH_CPU_INIT to Kconfig
This converts the following to Kconfig:
CONFIG_ARCH_CPU_INIT
Signed-off-by: Adam Ford <aford173@gmail.com>
Acked-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Tested-by: Felix Brack <fb@ltec.ch>
Diffstat (limited to 'include/configs/exynos7420-common.h')
-rw-r--r-- | include/configs/exynos7420-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h index 2885cd7092..157260ca03 100644 --- a/include/configs/exynos7420-common.h +++ b/include/configs/exynos7420-common.h @@ -16,8 +16,6 @@ #include <asm/arch/cpu.h> /* get chip and board defs */ #include <linux/sizes.h> -#define CONFIG_ARCH_CPU_INIT - /* Size of malloc() pool before and after relocation */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 << 20)) |