diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-04-14 16:50:50 +0900 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-04-29 11:19:02 +0200 |
commit | e7fa7d5c732b0fea4784b77c242bf35da06ead1d (patch) | |
tree | 9031528ab1f010c3d2b70a5df8d12b73eec0ffee /arch/arm/cpu | |
parent | 7a1aec8de8a0acaa669226266617705d274bb22d (diff) | |
download | u-boot-imx-e7fa7d5c732b0fea4784b77c242bf35da06ead1d.zip u-boot-imx-e7fa7d5c732b0fea4784b77c242bf35da06ead1d.tar.gz u-boot-imx-e7fa7d5c732b0fea4784b77c242bf35da06ead1d.tar.bz2 |
ARM: zynq: drop legacy ps7_init.c/h support
We are about to change the location for ps7_init files, breaking the
current work-flows. It is good time to drop the legacy ps7_init.c/h
support.
Going forward, please use ps7_init_gpl.c/h all the time.
If you are still using old Xilinx tools that are only able to
generate ps7_init.c/h, rename them into ps7_init_gpl.c/h.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Suggested-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r-- | arch/arm/cpu/armv7/zynq/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/zynq/spl.c b/arch/arm/cpu/armv7/zynq/spl.c index b80c357..13025f0 100644 --- a/arch/arm/cpu/armv7/zynq/spl.c +++ b/arch/arm/cpu/armv7/zynq/spl.c @@ -85,6 +85,6 @@ __weak void ps7_init(void) { /* * This function is overridden by the one in - * board/xilinx/zynq/ps7_init.c, if it exists. + * board/xilinx/zynq/ps7_init_gpl.c, if it exists. */ } |