From: Heiko Schocher Date: Wed, 1 Oct 2014 05:26:06 +0000 (+0200) Subject: arm, at91: add generic board support for the taurus and corvus board X-Git-Tag: v2025.01-rc5-pxa1908~14549^2~2 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.Permalink%20%7D%7D?a=commitdiff_plain;h=d0b3723034aa865b8618428739efe1d98b1a2e2b;p=u-boot.git arm, at91: add generic board support for the taurus and corvus board Signed-off-by: Heiko Schocher Cc: Andreas Bießmann Cc: Bo Shen Signed-off-by: Andreas Bießmann --- diff --git a/include/configs/corvus.h b/include/configs/corvus.h index 6171060e9c..eb1584d3cc 100644 --- a/include/configs/corvus.h +++ b/include/configs/corvus.h @@ -18,6 +18,8 @@ #define MACH_TYPE_CORVUS 2066 +#define CONFIG_SYS_GENERIC_BOARD + /* * Warning: changing CONFIG_SYS_TEXT_BASE requires * adapting the initial boot program. diff --git a/include/configs/taurus.h b/include/configs/taurus.h index 20d4cee011..aadf4cd2f8 100644 --- a/include/configs/taurus.h +++ b/include/configs/taurus.h @@ -24,6 +24,8 @@ #define MACH_TYPE_TAURUS 2067 #define MACH_TYPE_AXM 2068 +#define CONFIG_SYS_GENERIC_BOARD + /* * Warning: changing CONFIG_SYS_TEXT_BASE requires * adapting the initial boot program.