diff options
author | Luka Perkov | 2014-11-30 02:41:19 +0100 |
---|---|---|
committer | Luka Perkov | 2015-01-25 23:56:16 +0100 |
commit | 604a0dd64ef9ccf5fb2c017a54776244f8f3a65e (patch) | |
tree | d31f51e352db89f2dfa5f039cdcc99b228a48658 /include/configs/pogo_e02.h | |
parent | 92ca8bda4103e676c5e342df455ab391d1b8e885 (diff) |
kirkwood: pogo_e02: add CONFIG_SYS_GENERIC_BOARD define
Signed-off-by: Luka Perkov <luka@openwrt.org>
Acked-by: Stefan Roese <sr@denx.de>
CC: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs/pogo_e02.h')
-rw-r--r-- | include/configs/pogo_e02.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/pogo_e02.h b/include/configs/pogo_e02.h index 7594bdb4123..89560ad1c5b 100644 --- a/include/configs/pogo_e02.h +++ b/include/configs/pogo_e02.h @@ -13,6 +13,8 @@ #ifndef _CONFIG_POGO_E02_H #define _CONFIG_POGO_E02_H +#define CONFIG_SYS_GENERIC_BOARD + /* * Machine type definition and ID */ |