mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Kconfig: drop duplicate PHYS_ADDR_T_64BIT definitions
@ 2018-11-29  9:52 Antony Pavlov
  2018-11-29 10:13 ` Antony Pavlov
  0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2018-11-29  9:52 UTC (permalink / raw)
  To: barebox

PHYS_ADDR_T_64BIT is already defined in common/Kconfig.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/arm/cpu/Kconfig | 3 ---
 arch/mips/Kconfig    | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig
index 2359c56b30..f3b35d19fd 100644
--- a/arch/arm/cpu/Kconfig
+++ b/arch/arm/cpu/Kconfig
@@ -1,8 +1,5 @@
 comment "Processor Type"
 
-config PHYS_ADDR_T_64BIT
-	bool
-
 config CPU_32
 	bool
 	select HAS_MODULES
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 524375a81a..75bfcb74e9 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -29,9 +29,6 @@ config GENERIC_LINKER_SCRIPT
 config HAS_NO_BOARD_HL_CODE
 	bool
 
-config PHYS_ADDR_T_64BIT
-	bool
-
 menu "Machine selection"
 
 config BUILTIN_DTB
-- 
2.20.0.rc1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-29 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29  9:52 [PATCH] Kconfig: drop duplicate PHYS_ADDR_T_64BIT definitions Antony Pavlov
2018-11-29 10:13 ` Antony Pavlov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox