mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD
Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
563491b7b3
commit
0782bdf898
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
|||
#ifndef __CONFIGS_M28EVK_H__
|
||||
#define __CONFIGS_M28EVK_H__
|
||||
|
||||
|
||||
/* System configurations */
|
||||
#define CONFIG_MX28 /* i.MX28 SoC */
|
||||
#define MACH_TYPE_M28EVK 3613
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
/*
|
||||
* CPU specifics
|
||||
*/
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
|
||||
/* MXS uses FDT */
|
||||
#define CONFIG_OF_LIBFDT
|
||||
|
|
Loading…
Reference in a new issue