unicore32: rename unicore32_defconfig to defconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 27 May 2019 14:37:25 +0000 (23:37 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 9 Jun 2019 06:08:19 +0000 (15:08 +0900)
Since the initial support of unicore32, it has always had a single
defconfig. Rename it to 'defconfig', which is now the standard name
when arch has just a single defconfig file.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/unicore32/Makefile
arch/unicore32/configs/defconfig [moved from arch/unicore32/configs/unicore32_defconfig with 100% similarity]

index 98a5ca4..3908199 100644 (file)
@@ -41,8 +41,7 @@ libs-y                        += arch/unicore32/lib/
 
 boot                   := arch/unicore32/boot
 
-# Default defconfig and target when executing plain make
-KBUILD_DEFCONFIG       := $(ARCH)_defconfig
+# Default target when executing plain make
 KBUILD_IMAGE           := $(boot)/zImage
 
 all:   zImage