From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georgi Botev Date: Tue, 13 Jan 2015 12:15:55 +0200 Subject: [U-Boot] [PATCH] PM9261 adding generic board support Message-ID: <54B4F05B.60102@ronetix.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Georgi Botev --- include/configs/pm9261.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index deaa3ad..10415d3 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -20,7 +20,7 @@ #include /* ARM asynchronous clock */ -#define CONFIG_SYS_GENERIC_BOARD /* Adding generig board */ +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_DISPLAY_BOARDINFO -- 1.9.1