From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Wed, 28 Jan 2015 01:16:06 +0100 Subject: [U-Boot] [PATCH v1 8/8] atstk1002: enable generic board In-Reply-To: <1422404166-6898-1-git-send-email-andreas.devel@googlemail.com> References: <1422404166-6898-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <1422404166-6898-9-git-send-email-andreas.devel@googlemail.com> 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: Andreas Bie?mann --- Changes in v1: - new since RFC include/configs/atstk1002.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 9e58238..a9c064a 100644 --- a/include/configs/atstk1002.h +++ b/include/configs/atstk1002.h @@ -104,6 +104,10 @@ #define CONFIG_BOOTP_SUBNETMASK #define CONFIG_BOOTP_GATEWAY +/* generic board */ +#define CONFIG_SYS_GENERIC_BOARD +#define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_EARLY_INIT_R /* * Command line configuration. -- 1.7.10.4