commit | 143a365a5b3d3d4cd59769124649f3a08677eb8b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Mar 23 17:19:49 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 10:28:46 2022 -0400 |
tree | bf374fcdf672dfa819be676d09cbcda45a8af2e1 | |
parent | f88e9f5ab89d6404347083c9c0d02f7ad5f21ce2 [diff] [blame] |
Convert CONFIG_MCFTMR to Kconfig This converts the following to Kconfig: CONFIG_MCFTMR Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/M53017EVB_defconfig b/configs/M53017EVB_defconfig index 8283b52..52daf5d 100644 --- a/configs/M53017EVB_defconfig +++ b/configs/M53017EVB_defconfig
@@ -5,6 +5,7 @@ CONFIG_ENV_SECT_SIZE=0x8000 CONFIG_DEFAULT_DEVICE_TREE="M53017EVB" CONFIG_TARGET_M53017EVB=y +CONFIG_MCFTMR=y CONFIG_SYS_LOAD_ADDR=0x40010000 CONFIG_BOOTDELAY=1 CONFIG_USE_BOOTARGS=y