diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-08-09 14:51:21 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2018-08-11 09:16:08 +0200 |
commit | 37c4a5f6a59e7f0e90510ab5e04112464ea5e0b0 (patch) | |
tree | b7e09e5891dc71919dd9c8dd875762b8c33578a6 /cmd/Makefile | |
parent | 87940ec40708c14b83fa33e9e3d72d91a5fd2cee (diff) | |
download | u-boot-37c4a5f6a59e7f0e90510ab5e04112464ea5e0b0.tar.gz u-boot-37c4a5f6a59e7f0e90510ab5e04112464ea5e0b0.tar.bz2 u-boot-37c4a5f6a59e7f0e90510ab5e04112464ea5e0b0.zip |
cmd: Add axi command
Add a command to debug the AXI bus.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'cmd/Makefile')
-rw-r--r-- | cmd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 323f1fd2c7..12d2118f1d 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -149,6 +149,7 @@ obj-$(CONFIG_CMD_ZFS) += zfs.o obj-$(CONFIG_CMD_DFU) += dfu.o obj-$(CONFIG_CMD_GPT) += gpt.o obj-$(CONFIG_CMD_ETHSW) += ethsw.o +obj-$(CONFIG_CMD_AXI) += axi.o # Power obj-$(CONFIG_CMD_PMIC) += pmic.o |