From: Tim Schendekehl Date: Thu, 12 Jun 2014 15:25:36 +0000 (+0200) Subject: arm: ethernut5: convert to generic board X-Git-Tag: v2014.07~74^2~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dbeb893c4a7668d0098318d6668ccf59bfbfdea;p=platform%2Fkernel%2Fu-boot.git arm: ethernut5: convert to generic board Enable CONFIG_SYS_GENERIC_BOARD for the Ethernut 5 board. Signed-off-by: Tim Schendekehl Signed-off-by: Andreas Bießmann --- diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index c81fc44..4c69af6 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -12,6 +12,8 @@ #include +#define CONFIG_SYS_GENERIC_BOARD + /* The first stage boot loader expects u-boot running at this address. */ #define CONFIG_SYS_TEXT_BASE 0x27000000 /* 16MB available */