diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-26 21:24:20 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-27 08:52:22 -0400 |
commit | 020e701d8d581b9b68f97aa3c39995a8fe9082ce (patch) | |
tree | 29a4ca68bb04da5541fa14705340617bff84b1ec | |
parent | 8e07bb2b2b15bc76b1a1574cc3bbc75108932750 (diff) |
mpc85xx: freescale: remove CONFIG_ADDR_STREAMING
This macro is defined, but not referenced by anyone.
I did not touch config_whitelist.txt - the CONFIG will be dropped
by the next re-sync.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: York Sun <york.sun@nxp.com>
-rw-r--r-- | include/configs/C29XPCIE.h | 1 | ||||
-rw-r--r-- | include/configs/P1010RDB.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/C29XPCIE.h b/include/configs/C29XPCIE.h index d6982d31a9..7e805ecff0 100644 --- a/include/configs/C29XPCIE.h +++ b/include/configs/C29XPCIE.h @@ -109,7 +109,6 @@ #define CONFIG_L2_CACHE /* toggle L2 cache */ #define CONFIG_BTB /* toggle branch predition */ -#define CONFIG_ADDR_STREAMING /* toggle addr streaming */ #define CONFIG_ENABLE_36BIT_PHYS diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 13edd0ac9c..adb4a18a70 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -205,7 +205,6 @@ #define CONFIG_L2_CACHE /* toggle L2 cache */ #define CONFIG_BTB /* toggle branch predition */ -#define CONFIG_ADDR_STREAMING /* toggle addr streaming */ #define CONFIG_ENABLE_36BIT_PHYS |