]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dm: sf: Add support for all targets which requires MANUAL_RELOC
authorMichal Simek <michal.simek@xilinx.com>
Tue, 27 Oct 2015 12:52:47 +0000 (13:52 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 28 Oct 2015 07:13:17 +0000 (08:13 +0100)
commit238448fed49cb1dae7ffd09939afeaa1918c408e
tree7c8b72feaf2a818189148020582dec9891824fb8
parent25870b665e815bd9d3c01dc445b6256fa897af7f
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>
drivers/mtd/spi/sf-uclass.c