diff options
author | Christian Riesch <christian.riesch@omicron.at> | 2014-06-12 08:11:53 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-07-05 09:30:49 +0200 |
commit | 30493aac62002575bab14a7c85a37e179f94fe04 (patch) | |
tree | 664e44f86c935e84abc77aa280329427ce7bcb6b /include/configs | |
parent | fe0d9252999f3ce95185d275690e554296139ac3 (diff) | |
download | u-boot-imx-30493aac62002575bab14a7c85a37e179f94fe04.zip u-boot-imx-30493aac62002575bab14a7c85a37e179f94fe04.tar.gz u-boot-imx-30493aac62002575bab14a7c85a37e179f94fe04.tar.bz2 |
arm, calimain: Add CONFIG_SYS_GENERIC_BOARD
Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Diffstat (limited to 'include/configs')
-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 febee45..b27f973 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 |