diff options
author | York Sun | 2016-12-02 10:44:34 -0800 |
---|---|---|
committer | York Sun | 2016-12-02 12:38:42 -0800 |
commit | 05cb79a72cc3b99a0238e8b8eeec6d3ffd8b0674 (patch) | |
tree | fcfed5f61d3f411ad115f7d6372af8336df6cdb9 /include/configs/cyrus.h | |
parent | c6e6bda3a873fe036b30746195b59339d10e3cdf (diff) |
powerpc: mpc85xx: Move CONFIG_FSL_LAW to Kconfig
Some header files have this macro defined conditionally and
redefined unconditionally. Remove all existing definitions.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/cyrus.h')
-rw-r--r-- | include/configs/cyrus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 13e4690bc9b..45caf9f4d73 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -59,8 +59,6 @@ #define CONFIG_FSL_PCI_INIT /* Use common FSL init code */ #define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */ -#define CONFIG_FSL_LAW /* Use common FSL init code */ - #define CONFIG_ENV_OVERWRITE #define CONFIG_SYS_NO_FLASH |