From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 21 Nov 2014 09:23:12 +0100 Subject: [U-Boot] [PATCH 1/3] powerpc: lwmon5: remove redundant CONFIG_SPL_* defines In-Reply-To: <1416538210-12374-2-git-send-email-yamada.m@jp.panasonic.com> References: <1416538210-12374-1-git-send-email-yamada.m@jp.panasonic.com> <1416538210-12374-2-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <546EF670.5020301@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/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 > Cc: Wolfgang Denk Acked-by: Stefan Roese Thanks, Stefan