diff options
| author | Tom Rini <[email protected]> | 2021-08-30 09:16:31 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-07 16:22:31 -0400 |
| commit | 87e8d38a3977ee284e1bbaad03f08d652ca1c7ec (patch) | |
| tree | 7e698249cfd388f894925753b990b1961484c50b /include | |
| parent | 9774462e34faaa64a91eb9c68b438a52d22bba6a (diff) | |
arm: Add Kconfig entry for MACH_TYPE
As part of migrating support for ATAGs to Kconfig, add an option for
setting and passing MACH_TYPE.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/nokia_rx51.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 972df00d43f..b37e05406e9 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -23,8 +23,6 @@ */ #define CONFIG_SYS_L2CACHE_OFF /* pretend there is no L2 CACHE */ -#define CONFIG_MACH_TYPE MACH_TYPE_NOKIA_RX51 - #include <asm/arch/cpu.h> /* get chip and board defs */ #include <asm/arch/omap.h> #include <asm/arch/mem.h> |
