diff options
| author | Tom Rini <[email protected]> | 2018-09-19 20:35:05 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-09-19 20:35:05 -0400 |
| commit | 333279af23ac08ebc8d8056c677c98964dd013b6 (patch) | |
| tree | 0bf60843317e6cf18fb99371cd9f6416c8b1e8fe /cmd | |
| parent | 4e710ebb4463c8e031eb269c012fbadb2479608b (diff) | |
| parent | e32ac37119394f2d3c579b2cdd549bed59fb583f (diff) | |
Merge git://git.denx.de/u-boot-marvell
- Multiples updates to the turris boards / platform
- Changes / enhancements to the Marvell PHY drivers, mainly
to support the turris platform
- Many fixes and enhancements to the pxa3xx NAND driver
- Fixes for the UART boot mode in kwboot
- Misc minor changes to other 32bit and 64bit boards
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 3487c80455c..a61fab6583d 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -163,12 +163,13 @@ obj-$(CONFIG_CMD_BLOB) += blob.o obj-$(CONFIG_CMD_AVB) += avb.o obj-$(CONFIG_X86) += x86/ + +obj-$(CONFIG_ARCH_MVEBU) += mvebu/ endif # !CONFIG_SPL_BUILD # core command obj-y += nvedit.o -obj-$(CONFIG_ARCH_MVEBU) += mvebu/ obj-$(CONFIG_TI_COMMON_CMD_OPTIONS) += ti/ filechk_data_gz = (echo "static const char data_gz[] ="; cat $< | scripts/bin2c; echo ";") |
