mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
zynq: Fix typo in Makefile about custom ps7_init file
Trivial fix. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
4c8b7bf49f
commit
260bdf07a3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ ifeq ($(init-objs),)
|
|||
ifneq ($(wildcard $(srctree)/$(src)/ps7_init_gpl.c),)
|
||||
init-objs := ps7_init_gpl.o
|
||||
$(if $(CONFIG_SPL_BUILD),\
|
||||
$(warning Put custom ps7_init_gpl.c/h to board/xilinx/zynq/custome_hw_platform/))
|
||||
$(warning Put custom ps7_init_gpl.c/h to board/xilinx/zynq/custom_hw_platform/))
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue