diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-30 09:16:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-07 16:22:31 -0400 |
commit | 87e8d38a3977ee284e1bbaad03f08d652ca1c7ec (patch) | |
tree | 7e698249cfd388f894925753b990b1961484c50b /configs/nokia_rx51_defconfig | |
parent | 9774462e34faaa64a91eb9c68b438a52d22bba6a (diff) | |
download | u-boot-87e8d38a3977ee284e1bbaad03f08d652ca1c7ec.tar.gz |
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 <trini@konsulko.com>
Diffstat (limited to 'configs/nokia_rx51_defconfig')
-rw-r--r-- | configs/nokia_rx51_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig index e6e8f2af51e..69784d972ad 100644 --- a/configs/nokia_rx51_defconfig +++ b/configs/nokia_rx51_defconfig @@ -6,6 +6,8 @@ CONFIG_SUPPORT_PASSING_ATAGS=y CONFIG_CMDLINE_TAG=y CONFIG_INITRD_TAG=y CONFIG_REVISION_TAG=y +CONFIG_STATIC_MACH_TYPE=y +CONFIG_MACH_TYPE=1955 CONFIG_SYS_TEXT_BASE=0x80008000 CONFIG_NR_DRAM_BANKS=2 CONFIG_SYS_MALLOC_LEN=0xc0000 |