On 06/10/2015 12:20 PM, Siva Durga Prasad Paladugu wrote: > Move the zynqmp Kconfig from board to arch > as there may be different boards under same > architecture. > > Signed-off-by: Siva Durga Prasad Paladugu <[email protected]> > --- > 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 >
Masahiro/Simon: Can you see any problem with these patches? I want to make sure that we are align with your other activities. Thanks, Michal -- Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91 w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/ Maintainer of Linux kernel - Xilinx Zynq ARM architecture Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
signature.asc
Description: OpenPGP digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

