aboutsummaryrefslogtreecommitdiff
path: root/configs/icnova-a20-swac_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-30 09:16:31 -0400
committerTom Rini <trini@konsulko.com>2021-09-07 16:22:31 -0400
commit87e8d38a3977ee284e1bbaad03f08d652ca1c7ec (patch)
tree7e698249cfd388f894925753b990b1961484c50b /configs/icnova-a20-swac_defconfig
parent9774462e34faaa64a91eb9c68b438a52d22bba6a (diff)
downloadu-boot-87e8d38a3977ee284e1bbaad03f08d652ca1c7ec.zip
u-boot-87e8d38a3977ee284e1bbaad03f08d652ca1c7ec.tar.gz
u-boot-87e8d38a3977ee284e1bbaad03f08d652ca1c7ec.tar.bz2
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/icnova-a20-swac_defconfig')
-rw-r--r--configs/icnova-a20-swac_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/icnova-a20-swac_defconfig b/configs/icnova-a20-swac_defconfig
index c759d7e..de766b2 100644
--- a/configs/icnova-a20-swac_defconfig
+++ b/configs/icnova-a20-swac_defconfig
@@ -4,6 +4,8 @@ CONFIG_SUPPORT_PASSING_ATAGS=y
CONFIG_CMDLINE_TAG=y
CONFIG_INITRD_TAG=y
CONFIG_SERIAL_TAG=y
+CONFIG_STATIC_MACH_TYPE=y
+CONFIG_MACH_TYPE=4283
CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-icnova-swac"
CONFIG_SPL=y
CONFIG_MACH_SUN7I=y