diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-10-23 10:57:47 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-11-10 08:15:40 +0100 |
commit | 5ea6d7c8fc05ad73d930a6fdb430188ff17a70e5 (patch) | |
tree | 482ac54bd799dbf291f03c9c26cea1bce141b0aa /include/configs/mx6qarm2.h | |
parent | 20332a066aff98f39419495821e14edd10b2a3f8 (diff) | |
download | u-boot-imx-5ea6d7c8fc05ad73d930a6fdb430188ff17a70e5.zip u-boot-imx-5ea6d7c8fc05ad73d930a6fdb430188ff17a70e5.tar.gz u-boot-imx-5ea6d7c8fc05ad73d930a6fdb430188ff17a70e5.tar.bz2 |
mx6: use CONFIG_MX6 instead of CONFIG_MX6Q
Use CONFIG_MX6 when the particular processor
variant isn't important.
Reserve the use of CONFIG_MX6Q to
specifically test for quad cores variant.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'include/configs/mx6qarm2.h')
-rw-r--r-- | include/configs/mx6qarm2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 23562a8..6ebdaa8 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -22,6 +22,7 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define CONFIG_MX6 #define CONFIG_MX6Q #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO |