summaryrefslogtreecommitdiffstats
path: root/arch
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 /arch
parent05cb1e23acbbb0ef8cad0c368981460251725d72 (diff)
parent813d75e6f9d1f5ab3b947e0b75d61ae9890bef86 (diff)
downloadbarebox-bc099cbdb0e1c70fe220b88754e07e002c9c5511.tar.gz
barebox-bc099cbdb0e1c70fe220b88754e07e002c9c5511.tar.xz
Merge branch 'for-next/kconfig'
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/crypto/Makefile2
-rw-r--r--arch/mips/Kconfig1
2 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/crypto/Makefile b/arch/arm/crypto/Makefile
index 372bf8d699..fda4eeafec 100644
--- a/arch/arm/crypto/Makefile
+++ b/arch/arm/crypto/Makefile
@@ -13,5 +13,3 @@ quiet_cmd_perl = PERL $@
$(src)/sha256-core.S_shipped: $(src)/sha256-armv4.pl
$(call cmd,perl)
-
-.PRECIOUS: $(obj)/sha256-core.S
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 7c40991cab..6a2b7a0949 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -136,7 +136,6 @@ config CPU_BIG_ENDIAN
config CPU_LITTLE_ENDIAN
bool "Little endian"
depends on SYS_SUPPORTS_LITTLE_ENDIAN
- help
endchoice