diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-02-17 17:49:18 +0100 |
---|---|---|
committer | Greentime Hu <green.hu@gmail.com> | 2021-02-25 14:31:48 +0800 |
commit | e99da8af9cbc8f68e27c28ddeb57a40ee1006081 (patch) | |
tree | 64ab2a91a52a8a165058ccf06512f9b556e7205e /arch/nds32 | |
parent | d7cc16b4a3b84d61c0c58f6785f43a494efd0699 (diff) | |
download | linux-e99da8af9cbc8f68e27c28ddeb57a40ee1006081.tar.gz linux-e99da8af9cbc8f68e27c28ddeb57a40ee1006081.tar.bz2 linux-e99da8af9cbc8f68e27c28ddeb57a40ee1006081.zip |
nds32: configs: Cleanup CONFIG_CROSS_COMPILE
CONFIG_CROSS_COMPILE is gone since commit f1089c92da79 ("kbuild: remove
CONFIG_CROSS_COMPILE support").
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Greentime Hu <green.hu@gmail.com>
Signed-off-by: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'arch/nds32')
-rw-r--r-- | arch/nds32/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nds32/configs/defconfig b/arch/nds32/configs/defconfig index 40313a635075..f9a89cf00aa6 100644 --- a/arch/nds32/configs/defconfig +++ b/arch/nds32/configs/defconfig @@ -1,4 +1,3 @@ -CONFIG_CROSS_COMPILE="nds32le-linux-" CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_HIGH_RES_TIMERS=y |