]> git.dujemihanovic.xyz Git - u-boot.git/commit
spi: spi-uclass: Add support to manually relocate spi memory ops
authorT Karthik Reddy <t.karthik.reddy@xilinx.com>
Wed, 17 Mar 2021 11:31:30 +0000 (12:31 +0100)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 03:26:48 +0000 (16:26 +1300)
commit346df7d4fa62afc578d820b3a18815eec765074f
tree02fca97c2867a30201dc0b9bd27734d3a9356812
parent5d1bec30efcd1d0e74643a54a348718e8f79fc92
spi: spi-uclass: Add support to manually relocate spi memory ops

Add spi memory operations to relocate manually when
CONFIG_NEEDS_MANUAL_RELOC is enabled.

Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
Acked-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Pratyush Yadav <p.yadav@ti.com>
drivers/spi/spi-uclass.c