From 86d8000f105c7a2d0846dbf60831bcfa0967d079 Mon Sep 17 00:00:00 2001 From: York Sun Date: Thu, 1 Dec 2016 13:43:06 -0800 Subject: script: remove CONFIG_SYS_CCSRBAR_DEFAULT from white list Now all mpc85xx and mpc86xx have converted to use SYS_CCSRBAR_DEFAULT in Kconfig. Drop this macro for LSCH2 and remove from white list. Signed-off-by: York Sun --- scripts/config_whitelist.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index b3ed48b82f..4d5403d6df 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -4482,7 +4482,6 @@ CONFIG_SYS_CBSIZE CONFIG_SYS_CCCR CONFIG_SYS_CCI400_ADDR CONFIG_SYS_CCSRBAR -CONFIG_SYS_CCSRBAR_DEFAULT CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR_PHYS_HIGH CONFIG_SYS_CCSRBAR_PHYS_LOW -- cgit From f4325b47a8e79676c94b85c0a75f14626bb6d9c3 Mon Sep 17 00:00:00 2001 From: York Sun Date: Fri, 2 Dec 2016 10:45:23 -0800 Subject: powerpc: mpc86xx: Move CONFIG_FSL_LAW to Kconfig Clean up existing definitions and drop from white list. Signed-off-by: York Sun --- scripts/config_whitelist.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 4d5403d6df..e123f7429f 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1276,7 +1276,6 @@ CONFIG_FSL_I2C_CUSTOM_FDR CONFIG_FSL_IFC CONFIG_FSL_IIM CONFIG_FSL_ISBC_KEY_EXT -CONFIG_FSL_LAW CONFIG_FSL_LAYERSCAPE CONFIG_FSL_LBC CONFIG_FSL_LINFLEXUART -- cgit From 54db3c20bdc43c458854446939b706b4adee46cf Mon Sep 17 00:00:00 2001 From: York Sun Date: Thu, 1 Dec 2016 14:10:47 -0800 Subject: powerpc: mpc86xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig option Use Kconfig instead of defining this macro in header file. Signed-off-by: York Sun --- scripts/config_whitelist.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index e123f7429f..8e4567982a 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -5514,7 +5514,6 @@ CONFIG_SYS_FSL_NI_SIZE CONFIG_SYS_FSL_NO_SERDES CONFIG_SYS_FSL_NUM_CC_PLL CONFIG_SYS_FSL_NUM_CC_PLLS -CONFIG_SYS_FSL_NUM_LAWS CONFIG_SYS_FSL_OCRAM_BASE CONFIG_SYS_FSL_OCRAM_SIZE CONFIG_SYS_FSL_OTHER_DDR_NUM_CTRLS -- cgit