diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2019-03-21 10:34:06 -0400 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2019-03-21 10:34:06 -0400 |
commit | 03cb47494c67632be0f46032cffbd861126fa033 (patch) | |
tree | 27dab84dd635dc32f0c587a38c969e194a612d70 /configs | |
parent | 47ae8ce524c4c0565a7c531d7b32e3ee0b293b2e (diff) | |
download | kernel-03cb47494c67632be0f46032cffbd861126fa033.tar.gz kernel-03cb47494c67632be0f46032cffbd861126fa033.tar.xz kernel-03cb47494c67632be0f46032cffbd861126fa033.zip |
configs: remove CONFIG_SUN50I_A64_UNSTABLE_TIMER
The patch that added the Kconfig symbol SUN50I_A64_UNSTABLE_TIMER was
dropped in commit 60a8ce36abae7 ("Raspberry Pi DT updates, Update
AllWinner A64 timer errata workaround"). So it's safe to drop it from
the configuration generation system too.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/fedora/generic/arm/aarch64/CONFIG_SUN50I_A64_UNSTABLE_TIMER | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_SUN50I_A64_UNSTABLE_TIMER b/configs/fedora/generic/arm/aarch64/CONFIG_SUN50I_A64_UNSTABLE_TIMER deleted file mode 100644 index 1bf3b8e41..000000000 --- a/configs/fedora/generic/arm/aarch64/CONFIG_SUN50I_A64_UNSTABLE_TIMER +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SUN50I_A64_UNSTABLE_TIMER=y |