commit | 2589d3007faa08f3b01ef745e2e7da1de11b8d72 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Nov 21 11:50:08 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon Dec 08 09:35:43 2014 -0500 |
tree | 4c1688ddc6172f18538657eb2fb2093570e7cdf9 | |
parent | cdc932a2df5aea27055015de09ab3eb2f5800e43 [diff] |
powerpc: lwmon5: remove redundant CONFIG_SPL_* defines The CPU directory of this board is arch/powerpc/cpu/ppc4xx. 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: Wolfgang Denk <wd@denx.de> Acked-by: Stefan Roese <sr@denx.de>