diff options
author | Tom Rini | 2021-08-30 09:16:32 -0400 |
---|---|---|
committer | Tom Rini | 2021-09-07 19:17:32 -0400 |
commit | 5f588f831b7459ea910aaf75f4ddd2522987b0e6 (patch) | |
tree | ba4e04647da735f6ac5ddc547a26578d8e99855c /include/configs/smdkv310.h | |
parent | 87e8d38a3977ee284e1bbaad03f08d652ca1c7ec (diff) |
arm: Finish migration of CONFIG_MACH_TYPE
As this is only useful when booting with ATAGs, which are now largely
disabled, remove this value for the remaining platforms. We have a few
places in the code that had been testing for MACH_TYPE as a sort of
internal logic. Update those to use different but still correct CONFIG
symbols.
Cc: Phil Sutter <phil@nwl.cc>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/smdkv310.h')
-rw-r--r-- | include/configs/smdkv310.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h index 61d59689822..4a6b6258ab7 100644 --- a/include/configs/smdkv310.h +++ b/include/configs/smdkv310.h @@ -16,9 +16,6 @@ /* High Level Configuration Options */ #define CONFIG_EXYNOS4210 1 /* which is a EXYNOS4210 SoC */ -/* Mach Type */ -#define CONFIG_MACH_TYPE MACH_TYPE_SMDKV310 - #define CONFIG_SYS_SDRAM_BASE 0x40000000 /* Handling Sleep Mode*/ |