Re: [U-Boot] [PATCH] mpc83xx: Define _end symbol

2019-03-29 Thread Mario Six
On Mon, Jan 28, 2019 at 9:37 AM Mario Six wrote: > > To support OF_EMBED, the MPC83xx architecture has to define the "_end" > symbol to correctly access the appended DT. > > Fortunately, MPC8xx already defines the symbol, and the linker script is > quite similar to that of MPC83xx, so copy this

[U-Boot] [PATCH] mpc83xx: Define _end symbol

2019-01-28 Thread Mario Six
To support OF_EMBED, the MPC83xx architecture has to define the "_end" symbol to correctly access the appended DT. Fortunately, MPC8xx already defines the symbol, and the linker script is quite similar to that of MPC83xx, so copy this approach for MPC83xx. Signed-off-by: Mario Six ---