From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 21 Nov 2014 09:23:24 +0100 Subject: [U-Boot] [PATCH 2/3] powerpc: a3m071: remove redundant CONFIG_SPL_* defines In-Reply-To: <1416538210-12374-3-git-send-email-yamada.m@jp.panasonic.com> References: <1416538210-12374-1-git-send-email-yamada.m@jp.panasonic.com> <1416538210-12374-3-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <546EF67C.2060401@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21.11.2014 03:50, Masahiro Yamada wrote: > 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 > Cc: Stefan Roese Acked-by: Stefan Roese Thanks, Stefan