From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 26 Jan 2015 17:12:28 +0100 Subject: [U-Boot] [PATCH 4/4] powerpc: ppc4xx: Enable CONFIG_DISPLAY_BOARDINFO In-Reply-To: References: <1422279331-25239-1-git-send-email-sr@denx.de> <1422279331-25239-4-git-send-email-sr@denx.de> Message-ID: <54C6676C.2070309@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 26.01.2015 17:09, Simon Glass wrote: > On 26 January 2015 at 06:35, Stefan Roese wrote: >> This also displays the "Board:" line in the bootup text with the >> generic board support code. >> >> Signed-off-by: Stefan Roese >> Cc: Simon Glass >> --- >> board/amcc/canyonlands/Kconfig | 4 ++++ >> 1 file changed, 4 insertions(+) > > Reviewed-by: Simon Glass > > Is there another patch which adds this in the top level Kconfig? No, not yet. At least not to my knowledge. Sorry, I missed adding it there. I'm still not used to adding the options correctly to Kconfig. Thanks, Stefan