[U-Boot] [PATCH 1/4] zynqmp: Kconfig: Move zynqmp Kconfig

Simon Glass sjg at chromium.org
Tue Jun 16 04:45:54 CEST 2015


Hi Michal,

On 15 June 2015 at 03:24, Michal Simek <michal.simek at xilinx.com> wrote:
> On 06/15/2015 11:03 AM, Masahiro Yamada wrote:
>> Hi Michal,
>>
>>
>> 2015-06-15 17:53 GMT+09:00 Michal Simek <monstr at monstr.eu>:
>>> 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 <sivadur at 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
>>>>
>>>
>>> Masahiro/Simon: Can you see any problem with these patches?
>>
>> I do not see any problem.
>>
>>
>>> I want to make sure that we are align with your other activities.
>>
>> I do not currently have any activities that could have conflicts with
>> this series.
>
> Ok great. Will wait for Simon if he has any concern. If not, I will
> apply this series.

LGTM.

Regards,
Simon


More information about the U-Boot mailing list