commit | defed5e4debad604a3d56abf70653ee8b2727270 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Thu Aug 09 14:51:17 2018 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Aug 11 08:08:59 2018 +0200 |
tree | 76701b4c60bbac4ffa04eb5bd9078a18dbd66e9f | |
parent | 573b1b93378805523f2ceedc782abb3a72685fdb [diff] [blame] |
axi: Add ihs_axi driver Add a driver for the gdsys IHS AXI bus used on IHS FPGAs. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
diff --git a/drivers/axi/Makefile b/drivers/axi/Makefile index 100a777..18d9380 100644 --- a/drivers/axi/Makefile +++ b/drivers/axi/Makefile
@@ -6,3 +6,4 @@ # obj-$(CONFIG_AXI) += axi-uclass.o +obj-$(CONFIG_IHS_AXI) += ihs_axi.o