As exposed by "make randconfig", we have an issue with the dependencies
for BOOTM_OPTEE. This symbol needs to select BOOTM_LINUX and in turn
that is only valid for CMD_BOOTM or CMD_BOOTZ. Add this dependency.
Signed-off-by: Tom Rini <trini@konsulko.com>
---
I am looking for feedback on this, so I've added the board maintainers
for the platforms which enable this option. It looks like this is only
valid on 32bit ARM platforms, to start with and not 64bit, is that
correct? That's why I excluded CMD_BOOTI from the list. I suspect that
this should really depend on CMD_BOOT{M,Z} and BOOTM_LINUX, and not
select it. If someone can confirm, I can do that instead, or someone can
just do the replacement patch for this. Thanks!
Cc: "Bryan O'Donoghue" <bryan.odonoghue@linaro.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Marek Vasut <marek.vasut@mailbox.org>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: u-boot@dh-electronics.com