summaryrefslogtreecommitdiff
path: root/board/xilinx/zynq/Makefile
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-06-14 10:32:27 +0200
committerMichal Simek <michal.simek@xilinx.com>2018-07-19 10:49:54 +0200
commit6bdf0a992c962e15ab637a096d7f7d5601e0b4c5 (patch)
treee095ff2f2d23a2092f7672a4da8169281a71ef8c /board/xilinx/zynq/Makefile
parent4fb67f47f123bb301e1ffbbb345d8f6fe46ec3cd (diff)
serial: zynq: Use platdata for storing static data instead of priv
Explanation from Simon Glass "Private data is created when the device is probed and freed when the device is removed. Platform data is created when the device is bound, and survives probe/remove cycles. Strictly speaking, platform data should be used to hold the decoded device tree properties. Private data should be used for run-time things the device needs to keep track of." Based on description the driver needs to be switch to use platdata instead of priv. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/xilinx/zynq/Makefile')
0 files changed, 0 insertions, 0 deletions