diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 11:17:22 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:10 -0800 |
commit | 37107facbc3d1c57414ae23a807a073b360ce232 (patch) | |
tree | 842d09ada9ee6e5036c2eaa5cdf74aac3a9f5140 /include/configs | |
parent | ce040c83f1d74b07543fe98b07164912d104a2c7 (diff) | |
download | u-boot-imx-37107facbc3d1c57414ae23a807a073b360ce232.zip u-boot-imx-37107facbc3d1c57414ae23a807a073b360ce232.tar.gz u-boot-imx-37107facbc3d1c57414ae23a807a073b360ce232.tar.bz2 |
powerpc: P2041RDB: Remove macro CONFIG_P2041RDB
Use CONFIG_TARGET_P2041RDB instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/P2041RDB.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 500bb00..417bfd3 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -11,8 +11,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_P2041RDB - #ifdef CONFIG_RAMBOOT_PBL #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_RESET_VECTOR_ADDRESS 0xfffffffc |