diff options
| author | Fabio Estevam <[email protected]> | 2014-09-16 11:13:13 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-09-22 16:15:04 +0200 |
| commit | 4f797c4c1c93b508928786f539cd6a4a98a68f22 (patch) | |
| tree | 0e799dc398365d100a3a11e131e367f92ba415b3 /include | |
| parent | 3098ef429c1ee6678ac1c643cb7246c13137070d (diff) | |
mx25pdk: Add generic board support
Let's enable CONFIG_SYS_GENERIC_BOARD in order to get rid of warnings related
to generic board support is not in place.
Signed-off-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mx25pdk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index 34199af203e..c02e29be9ad 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -14,6 +14,7 @@ #define CONFIG_MX25 #define CONFIG_SYS_TEXT_BASE 0x81200000 #define CONFIG_MXC_GPIO +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_TIMER_RATE 32768 #define CONFIG_SYS_TIMER_COUNTER \ |
