Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

unicore32: add KBUILD_DEFCONFIG with unicore32_defconfig (old debug_defconfig)

Rename debug_defconfig to unicore32_defconfig, which is a minimal config for
PKUnity-v3 (130nm) SoC board.
Also, add KBUILD_DEFCONFIG to use 'make defconfig'.

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Acked-by: Arnd Bergmann <arnd@arndb.de>

+3 -2
+2 -1
arch/unicore32/Makefile
··· 75 75 76 76 boot := arch/unicore32/boot 77 77 78 - # Default target when executing plain make 78 + # Default defconfig and target when executing plain make 79 + KBUILD_DEFCONFIG := $(ARCH)_defconfig 79 80 KBUILD_IMAGE := zImage 80 81 81 82 all: $(KBUILD_IMAGE)
+1 -1
arch/unicore32/configs/debug_defconfig arch/unicore32/configs/unicore32_defconfig
··· 1 1 ### General setup 2 2 CONFIG_EXPERIMENTAL=y 3 - CONFIG_LOCALVERSION="-debug" 3 + CONFIG_LOCALVERSION="-unicore32" 4 4 CONFIG_SWAP=y 5 5 CONFIG_SYSVIPC=y 6 6 CONFIG_POSIX_MQUEUE=y