
3 Aug
2015
3 Aug
'15
4:06 p.m.
On 1 August 2015 at 07:14, Masahiro Yamada yamada.masahiro@socionext.com wrote:
Just preparing for upcoming cleaning.
The board-specific linker script board/vpac270/u-boot-spl.lds has been touched to avoid build error. It does not change the size of spl/u-boot-spl.bin for this board, so it should be OK.
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com
Changes in v2:
- Do not delete vpac270 board. Instead, change board/vpac270/u-boot-spl.lds
board/vpac270/u-boot-spl.lds | 2 +- drivers/Makefile | 36 ++++++++++++++++++++++++++++++++++++ scripts/Makefile.spl | 30 +----------------------------- 3 files changed, 38 insertions(+), 30 deletions(-)
Great patch!
Reviewed-by: Simon Glass sjg@chromium.org