diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-20 14:54:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-20 14:54:42 -0500 |
commit | cd304e218012de4ac2e3d55e869b2102af4fdcb2 (patch) | |
tree | 26a200f7fe98dcd809b7bf90ab152ab4161fa653 /board/st/stm32mp1/Makefile | |
parent | c7819d409ab7671991bf906482b7adcc21266f75 (diff) | |
parent | db48e11b1eccf23f3f9ba26e886a798e74df6a01 (diff) |
Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
- stm32mp1: split SOC and board and cleanup config
Diffstat (limited to 'board/st/stm32mp1/Makefile')
-rw-r--r-- | board/st/stm32mp1/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/st/stm32mp1/Makefile b/board/st/stm32mp1/Makefile index 3c6c035b11..8188075b1a 100644 --- a/board/st/stm32mp1/Makefile +++ b/board/st/stm32mp1/Makefile @@ -7,7 +7,6 @@ ifdef CONFIG_SPL_BUILD obj-y += spl.o else obj-y += stm32mp1.o -obj-$(CONFIG_CMD_STBOARD) += cmd_stboard.o endif obj-y += board.o |