diff options
| author | Tom Rini <trini@konsulko.com> | 2019-04-12 12:34:44 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2019-04-12 15:42:56 -0400 |
| commit | 066cc7c6cf8bb4fcf2a372e7c19c12fdec0868e7 (patch) | |
| tree | ffbeecd3be2eea15beac51ba3d0a6568808ecefd /cmd/Makefile | |
| parent | 40a9546c7b6217a78a3a010a0142529a837e46b6 (diff) | |
| parent | 937cb9d0a671b1df01955edd515ebf4a65e45f85 (diff) | |
| download | u-boot-066cc7c6cf8bb4fcf2a372e7c19c12fdec0868e7.tar.gz u-boot-066cc7c6cf8bb4fcf2a372e7c19c12fdec0868e7.tar.xz u-boot-066cc7c6cf8bb4fcf2a372e7c19c12fdec0868e7.zip | |
Merge git://git.denx.de/u-boot-marvell
- Misc dts files sync'ed with Linux version (Chris)
- Orion watchdog fix (Chris)
- kwbimage changed to also support Marvell bin_hdr binary (Chris)
- Add DM support to enable CONFIG_BLK for sata_mv (Stefan)
- Enable BLK on multiple platforms (Stefan)
- Misc minor fixes to AXP theadorable board (Stefan)
- Correct logic for DM_SCSI + unconverted drivers check (stefan)
- Misc changes to kirkwood to enable DM_USB here (Chris)
- Change ahci_mvebu to enable usage on A38x (Baruch)
- Update the kirkwood entry in git-mailrc (Baruch)
- Misc minor improvements (turris, documentation) (Baruch)
- Enhance sata_mv to support Kirkwood as well (Michael)
- Add wdt command (Michael)
- Add Marvell integrated CPUs (MSYS) support with DB-XC3-24G4XG
board support (Chris)
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 acb85f49fb..6b1c6b094e 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -142,6 +142,7 @@ obj-$(CONFIG_CMD_UBIFS) += ubifs.o obj-$(CONFIG_CMD_UNIVERSE) += universe.o obj-$(CONFIG_CMD_UNZIP) += unzip.o obj-$(CONFIG_CMD_VIRTIO) += virtio.o +obj-$(CONFIG_CMD_WDT) += wdt.o obj-$(CONFIG_CMD_LZMADEC) += lzmadec.o obj-$(CONFIG_CMD_USB) += usb.o disk.o |
