Re: [U-Boot] [PATCH 4/4 V2] PXA: Adapt Voipac PXA270 to OneNAND SPL
On 11/01/2011 05:54 PM, Marek Vasut wrote: > +inline void board_init_f(unsigned long unused) Drop the inline. > + /* Start of the rest of the SPL */ > + . = CONFIG_SPL_TEXT_BASE + 0x800; > + > + .text.1 : > + { > + *(.text*) > + } > + > + . = ALIGN(4); > +
[U-Boot] [PATCH 4/4 V2] PXA: Adapt Voipac PXA270 to OneNAND SPL
Signed-off-by: Marek Vasut Cc: Albert ARIBAUD --- board/vpac270/Makefile |4 ++ board/vpac270/onenand.c | 66 board/vpac270/u-boot-spl.lds | 97 ++ board/vpac270/vpac270.c |2 + include/configs/vpac2