diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-04-10 14:09:27 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-05-23 11:38:11 +0200 |
commit | 01a7510849fdd53f363e4f3aef14342fa2ae417a (patch) | |
tree | 0b8735e9670f580cac5233f557426370096b6fa6 /common | |
parent | 1767ac2d1f7fadc0780f95243906dda7553ac77a (diff) | |
download | u-boot-01a7510849fdd53f363e4f3aef14342fa2ae417a.zip u-boot-01a7510849fdd53f363e4f3aef14342fa2ae417a.tar.gz u-boot-01a7510849fdd53f363e4f3aef14342fa2ae417a.tar.bz2 |
stm32mp1: ram: add interactive mode for DDR configuration
This debug mode is used by CubeMX DDR tuning tools
or manualy for tests during board bring-up.
It is simple console used to change DDR parameters and check
initialization.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index 8c92feb..c7e41ef 100644 --- a/common/Makefile +++ b/common/Makefile @@ -124,6 +124,7 @@ endif obj-y += cli.o obj-$(CONFIG_FSL_DDR_INTERACTIVE) += cli_simple.o cli_readline.o +obj-$(CONFIG_STM32MP1_DDR_INTERACTIVE) += cli_simple.o cli_readline.o obj-$(CONFIG_DFU_OVER_USB) += dfu.o obj-y += command.o obj-$(CONFIG_$(SPL_TPL_)LOG) += log.o |