
On Tue, Sep 12, 2017 at 03:23:38PM +0200, Jean-Jacques Hiblot wrote:
Hi Simon,
It's has been a month since you've reviewed the series, I think it's time that I send a v5. I tried to address all your remarks but I stumbled on this one below:
JJ
On 13/08/2017 23:35, Simon Glass wrote:
diff --git a/dts/Kconfig b/dts/Kconfig
index c78438a..ec91a71 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -118,6 +118,89 @@ config MULTI_DTB_FIT the correct DTB to be used. Use this if you need to support multiple DTBs but don't use the SPL.
+config SPL_MULTI_DTB_FIT
depends on SPL_LOAD_FIT && SPL_OF_CONTROL && !SPL_OF_PLATDATA
bool "support embedding several DTBs in a FIT image for the SPL"
Can you please capitalise the options in this file, so 'Bool'*
I tried to do that, but it didn't work. Could it be a matter of the host configuration ?
Er, it must be lower case config, depends, bool, help, etc.