arm: a320evb: define mach-type in board config file
MACH_TYPE_FARADAY was dropped from mach-types.h. Add it back to board config file. Signed-off-by: Yan-Pai Chen <ypchen@faraday-tech.com> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
This commit is contained in:
committed by
Anatolij Gustschin
parent
a67fe5f284
commit
641483af40
@@ -24,6 +24,12 @@
|
||||
|
||||
#include <asm/arch/a320.h>
|
||||
|
||||
/*
|
||||
* mach-type definition
|
||||
*/
|
||||
#define MACH_TYPE_FARADAY 758
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_FARADAY
|
||||
|
||||
/*
|
||||
* Linux kernel tagged list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user