diff options
author | Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com> | 2021-06-11 16:13:50 +0000 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-07-15 17:56:03 +0530 |
commit | 920e39b2f63e2f969077ddf8830ca47ce4635c28 (patch) | |
tree | 842f7d87ab62c6a718cb782584ebea3a1abd3c79 /configs/am335x_guardian_defconfig | |
parent | 83a7ec0fbc73a42322458d146b836642737fd6ac (diff) | |
download | u-boot-920e39b2f63e2f969077ddf8830ca47ce4635c28.tar.gz |
configs: am335x_guardian: add register maps support
add support to direct memory access of hardware peripherals registers
Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210611161350.2141-19-Gireesh.Hiremath@in.bosch.com
Diffstat (limited to 'configs/am335x_guardian_defconfig')
-rw-r--r-- | configs/am335x_guardian_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig index 5eaa4398e9..8ae5c678ae 100644 --- a/configs/am335x_guardian_defconfig +++ b/configs/am335x_guardian_defconfig @@ -72,6 +72,7 @@ CONFIG_SPL_ENV_IS_NOWHERE=y CONFIG_VERSION_VARIABLE=y CONFIG_BOOTP_SEND_HOSTNAME=y CONFIG_SPL_DM=y +CONFIG_REGMAP=y CONFIG_BOOTCOUNT_LIMIT=y CONFIG_BOOTCOUNT_AM33XX_NVMEM=y CONFIG_CLK=y |