commit | 2a350370dacf930bbc46f4625f5502ff246e9e5c | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 05 17:20:16 2019 +0200 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Jul 12 11:18:53 2019 +0200 |
tree | 6e4bd26c93f7cdd345e81e7f35d08d7ec5148d70 | |
parent | 43f214c4edb6d5a56d16579e8b25bcdcb5421828 [diff] [blame] |
stm32mp1: add stboard command Allow to update board identification in OTP 59. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
diff --git a/board/st/stm32mp1/Makefile b/board/st/stm32mp1/Makefile index 8188075..3c6c035 100644 --- a/board/st/stm32mp1/Makefile +++ b/board/st/stm32mp1/Makefile
@@ -7,6 +7,7 @@ obj-y += spl.o else obj-y += stm32mp1.o +obj-$(CONFIG_CMD_STBOARD) += cmd_stboard.o endif obj-y += board.o