diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2008-12-01 16:22:45 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-12-14 12:42:42 +0100 |
commit | ba490b7761c62b549c222a9723e532dc801a3899 (patch) | |
tree | 36bf02d480836e8fa0d72b9ad3afc6bc259e7c41 /include/configs/PM856.h | |
parent | d16da93430520d3e46c1ab52eedacf36ab7a2311 (diff) | |
download | u-boot-imx-ba490b7761c62b549c222a9723e532dc801a3899.zip u-boot-imx-ba490b7761c62b549c222a9723e532dc801a3899.tar.gz u-boot-imx-ba490b7761c62b549c222a9723e532dc801a3899.tar.bz2 |
Remove unused CONFIG_ADDR_STREAMING defines
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/configs/PM856.h')
-rw-r--r-- | include/configs/PM856.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/PM856.h b/include/configs/PM856.h index 698ad2d..6b4e2dd 100644 --- a/include/configs/PM856.h +++ b/include/configs/PM856.h @@ -72,7 +72,6 @@ */ #define CONFIG_L2_CACHE /* toggle L2 cache */ #define CONFIG_BTB /* toggle branch predition */ -#define CONFIG_ADDR_STREAMING /* toggle addr streaming */ #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ |