diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-16 11:13:13 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-09-22 16:15:04 +0200 |
commit | 4f797c4c1c93b508928786f539cd6a4a98a68f22 (patch) | |
tree | 0e799dc398365d100a3a11e131e367f92ba415b3 | |
parent | 3098ef429c1ee6678ac1c643cb7246c13137070d (diff) | |
download | u-boot-imx-4f797c4c1c93b508928786f539cd6a4a98a68f22.zip u-boot-imx-4f797c4c1c93b508928786f539cd6a4a98a68f22.tar.gz u-boot-imx-4f797c4c1c93b508928786f539cd6a4a98a68f22.tar.bz2 |
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 <fabio.estevam@freescale.com>
-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 34199af..c02e29b 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 \ |