> +/ {
> + model = "Synology DS213j";
> + compatible = "synology,ds213j", "marvell,armada370", "marvell,armada-370-xp";
> +
> + chosen {
> + bootargs = "console=ttyS0,115200 earlyprintk";
> + };
> +
Missed it on the first look through. To help barebox, it is good to
have:
stdout-path = &uart0;
Andrew