commit | 16d717f4d49694f03bf13f7edad8e2d1694b8559 | [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 | 2589d3007faa08f3b01ef745e2e7da1de11b8d72 [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>