diff options
| author | Christian Riesch <[email protected]> | 2014-06-12 08:11:53 +0200 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2014-07-05 09:30:49 +0200 |
| commit | 30493aac62002575bab14a7c85a37e179f94fe04 (patch) | |
| tree | 664e44f86c935e84abc77aa280329427ce7bcb6b /include | |
| parent | fe0d9252999f3ce95185d275690e554296139ac3 (diff) | |
arm, calimain: Add CONFIG_SYS_GENERIC_BOARD
Signed-off-by: Christian Riesch <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/calimain.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/calimain.h b/include/configs/calimain.h index febee45b3b3..b27f973896d 100644 --- a/include/configs/calimain.h +++ b/include/configs/calimain.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 OMICRON electronics GmbH + * Copyright (C) 2011-2014 OMICRON electronics GmbH * * Based on da850evm.h. Original Copyrights follow: * @@ -18,6 +18,7 @@ #define CONFIG_DRIVER_TI_EMAC #define MACH_TYPE_CALIMAIN 3528 #define CONFIG_MACH_TYPE MACH_TYPE_CALIMAIN +#define CONFIG_SYS_GENERIC_BOARD /* * SoC Configuration |
