From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georgi Botev Date: Tue, 13 Jan 2015 12:30:17 +0200 Subject: [U-Boot] [PATCH] PM9G45 adding generic board support Message-ID: <54B4F3B9.4080500@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/pm9g45.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index f78e0ec..a8dc0f0 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -22,6 +22,8 @@ */ #include +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_PM9G45 1 /* It's an Ronetix PM9G45 */ #define CONFIG_SYS_AT91_CPU_NAME "AT91SAM9G45" -- 1.9.1