diff options
| author | Tom Rini <[email protected]> | 2021-09-02 18:39:28 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-02 18:39:28 -0400 |
| commit | b35be5ed42c8453ac95432b6fbc0d42b1e91c758 (patch) | |
| tree | c3f4646963db0c7010ca32b024b6947f4f144d9f /lib | |
| parent | 4bb7de1b3c09ada52ec42249221f745a6cbd3360 (diff) | |
| parent | 6628813f9d400c49da4926f01833063a30151cdb (diff) | |
Merge branch '2021-09-02-assorted-platform-and-bugfixes' into next
- Add position independent execution support for ARMv7
- Snapdragon, synquacer, vexpress64 fixes / improvements
- Prevent NEON register use on ARMv8
- Other assorted fixes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 8ba745faa08..2d29cdad1ef 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -88,6 +88,7 @@ endif ifdef CONFIG_SPL_BUILD obj-$(CONFIG_SPL_YMODEM_SUPPORT) += crc16.o obj-$(CONFIG_$(SPL_TPL_)HASH_SUPPORT) += crc16.o +obj-$(CONFIG_MMC_SPI_CRC_ON) += crc16.o obj-y += net_utils.o endif obj-$(CONFIG_ADDR_MAP) += addr_map.o |
