public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] zynqmp: Kconfig: Move zynqmp Kconfig
@ 2015-06-10 10:20 Siva Durga Prasad Paladugu
  2015-06-10 10:20 ` [U-Boot] [PATCH 2/4] zynqmp: Define ep config for ZynqMP Siva Durga Prasad Paladugu
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Siva Durga Prasad Paladugu @ 2015-06-10 10:20 UTC (permalink / raw)
  To: u-boot

Move the zynqmp Kconfig from board to arch
as there may be different boards under same
architecture.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
---
 arch/arm/Kconfig                                   |    3 ++-
 .../xilinx => arch/arm/cpu/armv8}/zynqmp/Kconfig   |    0
 2 files changed, 2 insertions(+), 1 deletions(-)
 rename {board/xilinx => arch/arm/cpu/armv8}/zynqmp/Kconfig (100%)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2985e6e..ca2c410 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -850,6 +850,8 @@ source "arch/arm/mach-zynq/Kconfig"
 
 source "arch/arm/cpu/armv7/Kconfig"
 
+source "arch/arm/cpu/armv8/zynqmp/Kconfig"
+
 source "arch/arm/cpu/armv8/Kconfig"
 
 source "arch/arm/imx-common/Kconfig"
@@ -967,7 +969,6 @@ source "board/warp/Kconfig"
 source "board/woodburn/Kconfig"
 source "board/work-microwave/work_92105/Kconfig"
 source "board/xaeniax/Kconfig"
-source "board/xilinx/zynqmp/Kconfig"
 source "board/zipitz2/Kconfig"
 
 source "arch/arm/Kconfig.debug"
diff --git a/board/xilinx/zynqmp/Kconfig b/arch/arm/cpu/armv8/zynqmp/Kconfig
similarity index 100%
rename from board/xilinx/zynqmp/Kconfig
rename to arch/arm/cpu/armv8/zynqmp/Kconfig
-- 
1.7.1

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

end of thread, other threads:[~2015-06-16 13:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10 10:20 [U-Boot] [PATCH 1/4] zynqmp: Kconfig: Move zynqmp Kconfig Siva Durga Prasad Paladugu
2015-06-10 10:20 ` [U-Boot] [PATCH 2/4] zynqmp: Define ep config for ZynqMP Siva Durga Prasad Paladugu
2015-06-10 10:20 ` [U-Boot] [PATCH 3/4] Kconfig: zynqMP: Move CONFIG_SYS_TEXT_BASE to defconfig Siva Durga Prasad Paladugu
2015-06-10 10:20 ` [U-Boot] [PATCH 4/4] zynqmp: Provide option to enable uart dcc support for zynqmp Siva Durga Prasad Paladugu
2015-06-15  8:53 ` [U-Boot] [PATCH 1/4] zynqmp: Kconfig: Move zynqmp Kconfig Michal Simek
2015-06-15  9:03   ` Masahiro Yamada
2015-06-15  9:24     ` Michal Simek
2015-06-16  2:45       ` Simon Glass
2015-06-16 13:59         ` Michal Simek

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