diff options
author | Paul Gortmaker | 2015-10-17 16:40:30 -0400 |
---|---|---|
committer | Tom Rini | 2015-10-19 17:06:19 -0400 |
commit | 6a48109d0e9f28017682e5800885991ba3497148 (patch) | |
tree | 9b4b9471e02e3aee20b762a16217bd62fcd7a0c2 | |
parent | ecdc3df611385625dc3902b3de118dfcbfd8fb0c (diff) |
sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r-- | include/configs/sbc8641d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index c67adcfce08..eed0f497516 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -20,6 +20,8 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_SYS_GENERIC_BOARD + /* High Level Configuration Options */ #define CONFIG_MPC8641 1 /* MPC8641 specific */ #define CONFIG_SBC8641D 1 /* SBC8641D board specific */ |