diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-23 17:19:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:46 -0400 |
commit | 143a365a5b3d3d4cd59769124649f3a08677eb8b (patch) | |
tree | bf374fcdf672dfa819be676d09cbcda45a8af2e1 /configs/eb_cpu5282_internal_defconfig | |
parent | f88e9f5ab89d6404347083c9c0d02f7ad5f21ce2 (diff) | |
download | u-boot-143a365a5b3d3d4cd59769124649f3a08677eb8b.tar.gz |
Convert CONFIG_MCFTMR to Kconfig
This converts the following to Kconfig:
CONFIG_MCFTMR
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/eb_cpu5282_internal_defconfig')
-rw-r--r-- | configs/eb_cpu5282_internal_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/eb_cpu5282_internal_defconfig b/configs/eb_cpu5282_internal_defconfig index 02a9bb4646..2fa28a4141 100644 --- a/configs/eb_cpu5282_internal_defconfig +++ b/configs/eb_cpu5282_internal_defconfig @@ -4,6 +4,7 @@ CONFIG_ENV_SIZE=0x20000 CONFIG_ENV_SECT_SIZE=0x20000 CONFIG_DEFAULT_DEVICE_TREE="eb_cpu5282_internal" CONFIG_TARGET_EB_CPU5282=y +CONFIG_MCFTMR=y CONFIG_SYS_LOAD_ADDR=0x20000 CONFIG_SYS_EXTRA_OPTIONS="SYS_MONITOR_BASE=0xF0000418" CONFIG_BOOTDELAY=5 |