Hi Renaud,

On Tue, May 19, 2020 at 05:33:33PM +0000, Barbier, Renaud wrote:
> Is there a limit on the number of overlay that can be  loaded with the 
> of_overlay command?
> 
> It does not complain if I load two overlays. However, when booting my FIT 
> image, I get twice the message:
> of_overlay: failed to copy symbols from overlay
> 
> Still all node modifications are added to the base device tree.
> 
> The error message is not displayed if I add only one overlay.

This commit seems to solve your issues at least partly:

| commit 7732d7669b5c54a5c17a6bab6706f6624da0f78e
| Author: Rouven Czerwinski <[email protected]>
| Date:   Fri Mar 6 09:38:11 2020 +0100
| 
|     of: overlay: rework error message for symbols
|     
|     Missing symbols for overlay or root tree are valid if the overlay only
|     adds paths to the device tree. The code handles this correctly, however
|     it still isues a WARNING for the missing symbols. Demote the warning to
|     info and move into the of_overlay_apply_symbols() function.
|     
|     Signed-off-by: Rouven Czerwinski <[email protected]>
|     Signed-off-by: Sascha Hauer <[email protected]>
| 

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to