diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 15:25:52 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:07 -0800 |
commit | aa6e241a4ce8b3b82eaf37d670f93e0db43d036f (patch) | |
tree | 7491cd994b58aa976518c0871eac926667d57b5b /include/configs/P1022DS.h | |
parent | feb9e25bc706c85c0eb4d6c467379b5236f8de5f (diff) | |
download | u-boot-imx-aa6e241a4ce8b3b82eaf37d670f93e0db43d036f.zip u-boot-imx-aa6e241a4ce8b3b82eaf37d670f93e0db43d036f.tar.gz u-boot-imx-aa6e241a4ce8b3b82eaf37d670f93e0db43d036f.tar.bz2 |
powerpc: P1022DS: Remove macro CONFIG_P1022DS
Use CONFIG_TARGET_P1022DS instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/P1022DS.h')
-rw-r--r-- | include/configs/P1022DS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 88d1d35..6f07080 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -90,7 +90,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE /* BOOKE */ #define CONFIG_E500 /* BOOKE e500 family */ -#define CONFIG_P1022DS #define CONFIG_MP /* support multiple processors */ #ifndef CONFIG_SYS_TEXT_BASE |