diff options
| author | Masahiro Yamada <[email protected]> | 2015-04-14 16:50:50 +0900 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2015-04-29 11:19:02 +0200 |
| commit | e7fa7d5c732b0fea4784b77c242bf35da06ead1d (patch) | |
| tree | 9031528ab1f010c3d2b70a5df8d12b73eec0ffee /arch/arm/cpu | |
| parent | 7a1aec8de8a0acaa669226266617705d274bb22d (diff) | |
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 <[email protected]>
Suggested-by: Sören Brinkmann <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
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 b80c35794a9..13025f034bf 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. */ } |
