Commit 37107facbc3d1c57414ae23a807a073b360ce232

Authored by York Sun
1 parent ce040c83f1

powerpc: P2041RDB: Remove macro CONFIG_P2041RDB

Use CONFIG_TARGET_P2041RDB instead.

Signed-off-by: York Sun <york.sun@nxp.com>

Showing 3 changed files with 1 additions and 4 deletions Side-by-side Diff

board/freescale/common/Makefile
... ... @@ -65,7 +65,7 @@
65 65 obj-$(CONFIG_LS102XA_STREAM_ID) += ls102xa_stream_id.o
66 66  
67 67 # deal with common files for P-series corenet based devices
68   -obj-$(CONFIG_P2041RDB) += p_corenet/
  68 +obj-$(CONFIG_TARGET_P2041RDB) += p_corenet/
69 69 obj-$(CONFIG_P3041DS) += p_corenet/
70 70 obj-$(CONFIG_P4080DS) += p_corenet/
71 71 obj-$(CONFIG_P5020DS) += p_corenet/
include/configs/P2041RDB.h
... ... @@ -11,8 +11,6 @@
11 11 #ifndef __CONFIG_H
12 12 #define __CONFIG_H
13 13  
14   -#define CONFIG_P2041RDB
15   -
16 14 #ifdef CONFIG_RAMBOOT_PBL
17 15 #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE
18 16 #define CONFIG_RESET_VECTOR_ADDRESS 0xfffffffc
scripts/config_whitelist.txt
... ... @@ -3383,7 +3383,6 @@
3383 3383 CONFIG_OS_ENV_ADDR
3384 3384 CONFIG_OTHBOOTARGS
3385 3385 CONFIG_OVERWRITE_ETHADDR_ONCE
3386   -CONFIG_P2041RDB
3387 3386 CONFIG_P3041DS
3388 3387 CONFIG_P4080DS
3389 3388 CONFIG_P5020DS