Home
last modified time | relevance | path

Searched hist:"2588 f2ddfd60ac617c05def14e9a92fd329721fe" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf-uclass.c2588f2ddfd60ac617c05def14e9a92fd329721fe Tue Oct 27 12:52:47 UTC 2015 Michal Simek <michal.simek@xilinx.com> dm: sf: Add support for all targets which requires MANUAL_RELOC

It is follow up patch based on
"dm: Add support for all targets which requires MANUAL_RELOC"
(sha1: 484fdf5ba058b07be5ca82763aa2b72063540ef3)
to update function pointers for DM.

Using post_bind is not ideal but it is one on current option what can be
used. Variable reloc_done has to be used do not call relocation after
every bind. Maybe new core functions should be introduced for this case.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>