
On 24.7.2018 21:54, Marek Vasut wrote:
On 07/24/2018 04:38 PM, Michal Simek wrote:
Avnet Ultra96 is rebranded Xilinx zcu100 revC/D. Add new defconfig files and point to origin internal board name.
Signed-off-by: Michal Simek michal.simek@xilinx.com
[...]
diff --git a/arch/arm/dts/avnet-ultra96-rev1.dts b/arch/arm/dts/avnet-ultra96-rev1.dts
Why don't you just keep it consistent and call it zynqmp-zcu100 ?
Official board name is Ultra96 which is the name which people will look for. I have sent this patch based on the same dts file in Linux kernel.
[...]
diff --git a/board/xilinx/zynqmp/avnet-ultra96-rev1 b/board/xilinx/zynqmp/avnet-ultra96-rev1 new file mode 120000 index 000000000000..f2beed309a21 --- /dev/null +++ b/board/xilinx/zynqmp/avnet-ultra96-rev1 @@ -0,0 +1 @@ +zynqmp-zcu100-revC \ No newline at end of file
What's this file about ?
This is a symlink for SoC psu_init_gpl configuration for SPL.
Thanks, Michal