diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-10-23 06:34:48 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-10-26 16:28:07 +0200 |
commit | d6d94e73608c51ea9bdbd4c2012ebabefd9d1600 (patch) | |
tree | 7769484b1675db750c7d90d4224620a78e89979b /include/configs/mx25pdk.h | |
parent | d81b27a24507c578764270865606ee6a91036616 (diff) | |
download | u-boot-d6d94e73608c51ea9bdbd4c2012ebabefd9d1600.tar.gz |
mx25pdk: Include CONFIG_MX25
It is necessary to include CONFIG_MX25 as several i.mx drivers handle the SoC
differences based on the this config option.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx25pdk.h')
-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 bd000a7f09..58582d9c54 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -19,6 +19,7 @@ /* High Level Configuration Options */ +#define CONFIG_MX25 #define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_TEXT_BASE 0x81200000 |