diff options
author | York Sun <york.sun@nxp.com> | 2016-12-02 10:45:23 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-12-02 12:38:42 -0800 |
commit | f4325b47a8e79676c94b85c0a75f14626bb6d9c3 (patch) | |
tree | 8df5c282caa0fb0c1bcf34aceb44a7475929370a /include/configs/MPC8641HPCN.h | |
parent | 05cb79a72cc3b99a0238e8b8eeec6d3ffd8b0674 (diff) | |
download | u-boot-f4325b47a8e79676c94b85c0a75f14626bb6d9c3.tar.gz |
powerpc: mpc86xx: Move CONFIG_FSL_LAW to Kconfig
Clean up existing definitions and drop from white list.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/MPC8641HPCN.h')
-rw-r--r-- | include/configs/MPC8641HPCN.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index 06ef0d9520..8845ea9170 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -44,7 +44,6 @@ #define CONFIG_PCIE2 1 /* PCIE controller 2 (slot) */ #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ #define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ -#define CONFIG_FSL_LAW 1 /* Use common FSL law init code */ #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE |