On 25/05/2017 12:39, Andrew Jones wrote: > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > --- > lib/powerpc/setup.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/powerpc/setup.c b/lib/powerpc/setup.c > index 8d44311cac3b..a3b7b877311d 100644 > --- a/lib/powerpc/setup.c > +++ b/lib/powerpc/setup.c > @@ -177,8 +177,8 @@ void setup(const void *fdt) > * | | > * +----------------------+ <-- top of cpu0's stack > * | | > - * +----------------------+ <-- top of text/data/bss sections, > - * | | see arm/flat.lds > + * +----------------------+ <-- top of text/data/bss/toc sections, > + * | | see powerpc/flat.lds > * | | > * +----------------------+ <-- load address > * | | > Merged, thanks. Paolo