From: Sandeep Paulraj Date: Mon, 20 Jun 2011 21:32:00 +0000 (-0400) Subject: Cleanup unused MACROS X-Git-Tag: DEV.MAD_UTILS.IBL.01.00.00.09~12 X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fibl.git;a=commitdiff_plain;h=5fad1bcb94a0c8591dfa27a78d41bb29099c776f;ds=sidebyside Cleanup unused MACROS Signed-off-by: Sandeep Paulraj --- diff --git a/src/device/c6455/target.h b/src/device/c6455/target.h index e162d68..f23e6f5 100644 --- a/src/device/c6455/target.h +++ b/src/device/c6455/target.h @@ -171,9 +171,7 @@ #define GPIO_SET_FAL_TRIG_REG 0x02B0002C #define GPIO_CLR_FAL_TRIG_REG 0x02B00030 -#define NAND_BYTES_PER_PAGE 2048 #define ECC_BLOCK_SIZE 256 -#define NAND_SPARE_BYTES_PER_PAGE 64 /* NAND address pack macro */ #define PACK_ADDR(col, page, block) \ diff --git a/src/device/c6457/target.h b/src/device/c6457/target.h index 0e1b030..5296f3f 100644 --- a/src/device/c6457/target.h +++ b/src/device/c6457/target.h @@ -184,9 +184,7 @@ #define GPIO_SET_FAL_TRIG_REG 0x02B0002C #define GPIO_CLR_FAL_TRIG_REG 0x02B00030 -#define NAND_BYTES_PER_PAGE 2048 #define ECC_BLOCK_SIZE 256 -#define NAND_SPARE_BYTES_PER_PAGE 64 /* NAND address pack macro */ #define PACK_ADDR(col, page, block) \ diff --git a/src/device/c6472/target.h b/src/device/c6472/target.h index 67e557a..019c47e 100644 --- a/src/device/c6472/target.h +++ b/src/device/c6472/target.h @@ -179,9 +179,7 @@ #define GPIO_SET_FAL_TRIG_REG 0x02B0002C #define GPIO_CLR_FAL_TRIG_REG 0x02B00030 -#define NAND_BYTES_PER_PAGE 2048 #define ECC_BLOCK_SIZE 256 -#define NAND_SPARE_BYTES_PER_PAGE 64 /* NAND address pack macro */ #define PACK_ADDR(col, page, block) \ diff --git a/src/device/c6474/target.h b/src/device/c6474/target.h index 5b3aa63..b8b4668 100644 --- a/src/device/c6474/target.h +++ b/src/device/c6474/target.h @@ -185,9 +185,7 @@ #define GPIO_SET_FAL_TRIG_REG 0x02B0002C #define GPIO_CLR_FAL_TRIG_REG 0x02B00030 -#define NAND_BYTES_PER_PAGE 2048 #define ECC_BLOCK_SIZE 256 -#define NAND_SPARE_BYTES_PER_PAGE 64 /* NAND address pack macro */ #define PACK_ADDR(col, page, block) \ diff --git a/src/device/c66x/target.h b/src/device/c66x/target.h index 6498114..cda5767 100644 --- a/src/device/c66x/target.h +++ b/src/device/c66x/target.h @@ -332,9 +332,7 @@ Int32 targetMacRcv (void *ptr_device, UINT8 *buffer); #define DEVICE_PSTREAM_CFG_REG_VAL_ROUTE_PDSP0 0 #define hwConfigStreamingSwitch() DEVICE_REG32_W(DEVICE_PSTREAM_CFG_REG_ADDR, DEVICE_PSTREAM_CFG_REG_VAL_ROUTE_PDSP0); -#define NAND_BYTES_PER_PAGE 512 #define ECC_BLOCK_SIZE 256 -#define NAND_SPARE_BYTES_PER_PAGE 16 /* NAND address pack macro */ #define PACK_ADDR(col, page, block) \