* [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
* Re: [PATCH] Kconfig: drop duplicate PHYS_ADDR_T_64BIT definitions
2018-11-29 9:52 [PATCH] Kconfig: drop duplicate PHYS_ADDR_T_64BIT definitions Antony Pavlov
@ 2018-11-29 10:13 ` Antony Pavlov
0 siblings, 0 replies; 2+ messages in thread
From: Antony Pavlov @ 2018-11-29 10:13 UTC (permalink / raw)
To: barebox, Sascha Hauer
On Thu, 29 Nov 2018 12:52:47 +0300
Antony Pavlov <antonynpavlov@gmail.com> wrote:
Please ignore this patch.
It looks like the patch fails on imx_v8_defconfig build.
> 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
>
--
Best regards,
Antony Pavlov
_______________________________________________
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