summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-01-15 13:42:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-01-15 13:42:54 +0100
commitbc099cbdb0e1c70fe220b88754e07e002c9c5511 (patch)
tree775cdef5e48f1439724ec1d0a9750b691a43124e /common
parent05cb1e23acbbb0ef8cad0c368981460251725d72 (diff)
parent813d75e6f9d1f5ab3b947e0b75d61ae9890bef86 (diff)
downloadbarebox-bc099cbdb0e1c70fe220b88754e07e002c9c5511.tar.gz
barebox-bc099cbdb0e1c70fe220b88754e07e002c9c5511.tar.xz
Merge branch 'for-next/kconfig'
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig12
1 files changed, 2 insertions, 10 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 2ad92158c1..3ec3d46d40 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1,16 +1,8 @@
-config ARCH
- string
- option env="ARCH"
-
-config KERNELVERSION
- string
- option env="KERNELVERSION"
-
config DEFCONFIG_LIST
string
option defconfig_list
- default "$ARCH_DEFCONFIG"
- default "arch/$ARCH/defconfig"
+ default ARCH_DEFCONFIG
+ default "arch/$(ARCH)/defconfig"
config GREGORIAN_CALENDER
bool