kernel: Use new symbol to deactivate MIPS FPU support
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 23 Feb 2020 17:57:45 +0000 (18:57 +0100)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Fri, 28 Feb 2020 16:50:46 +0000 (17:50 +0100)
commit69d179ec81dacf92e1f693783c4ddcbf5a68b231
tree63c0cd9725ff60513cdecd4bace9a83386315f95
parent34fcdcd7c2fb81fddd14292193ef2a42ba958a3a
kernel: Use new symbol to deactivate MIPS FPU support

With kernel 5.4 the upstream kernel supports deactivating the FPU
support on MIPS. Use this new upstream feature instead of our older
patch which was removed when porting the kernel patches to kernel 5.4.

This way both options are set which should work for older kernel
versions and also new ones.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
config/Config-kernel.in