commit | f171218e31ce66489b36b6da3221d4e326f1110f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Nov 21 11:50:09 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon Dec 08 09:35:43 2014 -0500 |
tree | 97da2e3f15b67dff3d1d0ff51fcc706fbe0da756 | |
parent | 8519227923f724c5166e3f7f51d8d1d6d39a8426 [diff] |
powerpc: a3m071: remove redundant CONFIG_SPL_* defines The CPU directory of this board is arch/powerpc/cpu/mpc5xxx. Without the CONFIG_SPL_START_S_PATH and CONFIG_SPL_LDSCRIPT defines, the same start.o and u-boot-spl.lds are selected by default. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Stefan Roese <sr@denx.de> Acked-by: Stefan Roese <sr@denx.de>