diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 11:26:09 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:11 -0800 |
commit | 529fb062081e100faae6dc0d163a548b8528ff24 (patch) | |
tree | 367c51e2de5a3d1fb7b30eb85aad1d16f62a8011 /include/configs/P4080DS.h | |
parent | e71372cb6371033a762b3329d063c3735a783a76 (diff) | |
download | u-boot-midas-529fb062081e100faae6dc0d163a548b8528ff24.tar.gz u-boot-midas-529fb062081e100faae6dc0d163a548b8528ff24.tar.bz2 u-boot-midas-529fb062081e100faae6dc0d163a548b8528ff24.zip |
powerpc: P4080DS: Remove macro CONFIG_P4080DS
Use CONFIG_TARGET_P4080DS instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/P4080DS.h')
-rw-r--r-- | include/configs/P4080DS.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index 020144e5af..65ec8f704d 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -8,8 +8,6 @@ * P4080 DS board configuration file * Also supports P4040 DS */ -#define CONFIG_P4080DS - #define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ #define CONFIG_MMC |