diff options
author | Angelo Dureghello <angelo@kernel-space.org> | 2023-02-25 23:25:26 +0100 |
---|---|---|
committer | Angelo Dureghello <angelo@kernel-space.org> | 2023-03-15 01:41:57 +0100 |
commit | 7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e (patch) | |
tree | ae549d05e63968da500aaed843f1f13aa635c5e5 /configs/eb_cpu5282_internal_defconfig | |
parent | 12f5489297bc3b58bd9cc870da4331775263398c (diff) | |
download | u-boot-7ff7b46e6ce44b2ee09647a928ce1021c3c8a66e.tar.gz |
m68k: rename CONFIG_MCFTMR to CFG_MCFTMR
This is not a Kconfig option so changing to _CFG.
Signed-off-by: Angelo Durgehello <angelo@kernel-space.org>
Diffstat (limited to 'configs/eb_cpu5282_internal_defconfig')
-rw-r--r-- | configs/eb_cpu5282_internal_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/eb_cpu5282_internal_defconfig b/configs/eb_cpu5282_internal_defconfig index 5ecdda418a..5f4ec93401 100644 --- a/configs/eb_cpu5282_internal_defconfig +++ b/configs/eb_cpu5282_internal_defconfig @@ -6,7 +6,6 @@ CONFIG_DEFAULT_DEVICE_TREE="eb_cpu5282_internal" CONFIG_SYS_LOAD_ADDR=0x20000 CONFIG_ENV_ADDR=0xFF040000 CONFIG_TARGET_EB_CPU5282=y -CONFIG_MCFTMR=y CONFIG_SYS_BARGSIZE=1024 CONFIG_SYS_MONITOR_LEN=131072 CONFIG_SYS_MONITOR_BASE=0xF0000418 |