Skip to content
Snippets Groups Projects
Commit 0ce3f1f9 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Tom Rini
Browse files

ARM: lpc3250: config: add generic board support


The only LPC3250 board works fine with enabled generic board support,
add CONFIG_SYS_GENERIC_BOARD right into the arch config header.

Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
parent 60c4ae00
No related branches found
No related tags found
No related merge requests found
/* /*
* Common definitions for LPC32XX board configurations * Common definitions for LPC32XX board configurations
* *
* Copyright (C) 2011 Vladimir Zapolskiy <vz@mleia.com> * Copyright (C) 2011-2015 Vladimir Zapolskiy <vz@mleia.com>
* *
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
#ifndef _LPC32XX_CONFIG_H #ifndef _LPC32XX_CONFIG_H
#define _LPC32XX_CONFIG_H #define _LPC32XX_CONFIG_H
#define CONFIG_SYS_GENERIC_BOARD
/* Basic CPU architecture */ /* Basic CPU architecture */
#define CONFIG_ARCH_CPU_INIT #define CONFIG_ARCH_CPU_INIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment