[source] lantiq: fix ifxmips_atm_amazon_se.c

LEDE Commits lede-commits at lists.infradead.org
Sat Jun 3 13:20:03 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/743be70d5b5a8ce22bdfd3e154a7bb53cd238afa

commit 743be70d5b5a8ce22bdfd3e154a7bb53cd238afa
Author: Tino Reichardt <milky-lede at mcmilk.de>
AuthorDate: Tue Feb 28 23:20:19 2017 +0100

    lantiq: fix ifxmips_atm_amazon_se.c
    
    Remove 6 defines, which were defined already some lines above.
    
    Signed-off-by: Tino Reichardt <milky-lede at mcmilk.de>
---
 package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c b/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c
index 6e8975b..01a2e30 100644
--- a/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c
+++ b/package/kernel/lantiq/ltq-atm/src/ifxmips_atm_amazon_se.c
@@ -50,14 +50,6 @@
 
 #include <lantiq_soc.h>
 
-#define EMA_CMD_BUF_LEN      0x0040
-#define EMA_CMD_BASE_ADDR    (0x00001580 << 2)
-#define EMA_DATA_BUF_LEN     0x0100
-#define EMA_DATA_BASE_ADDR   (0x00001900 << 2)
-#define EMA_WRITE_BURST      0x2
-#define EMA_READ_BURST       0x2
-
-
 
 /*
  * ####################################



More information about the lede-commits mailing list