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 --- include/configs/sbc8641d.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/sbc8641d.h') diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 7c8ceb30f2..87056dbcac 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -46,7 +46,6 @@ #define CONFIG_PCIE2 1 /* PCIE controller 2 (slot 2) */ #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ #define CONFIG_PCI_INDIRECT_BRIDGE 1 /* indirect PCI bridge support */ -#define CONFIG_FSL_LAW 1 /* Use common FSL init code */ #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE -- cgit