diff options
author | Stefan Roese <sr@denx.de> | 2008-04-25 13:59:03 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-25 14:06:15 +0200 |
commit | d0d91ae3acb4f29d1a2a3a766747478ed54e2848 (patch) | |
tree | 2714e7dd75e102998c7220ce684e929d56852d53 /include | |
parent | 7590378fb9c686709492ceb142825cd058255956 (diff) | |
download | u-boot-imx-d0d91ae3acb4f29d1a2a3a766747478ed54e2848.zip u-boot-imx-d0d91ae3acb4f29d1a2a3a766747478ed54e2848.tar.gz u-boot-imx-d0d91ae3acb4f29d1a2a3a766747478ed54e2848.tar.bz2 |
ppc4xx: Remove double defines in lwmon5.h
introduced with latest lwmon5/POST merge
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/lwmon5.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index dd4fc51..690584a 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -98,15 +98,6 @@ #define CFG_WATCHDOG_MAGIC_MASK 0xFFFF0000 #define CFG_DSPIC_TEST_MASK 0x00000001 -/* Additional registers for watchdog timer post test */ - -#define CFG_DSPIC_TEST_ADDR (CFG_PERIPHERAL_BASE + GPT0_COMP5) -#define CFG_WATCHDOG_TIME_ADDR (CFG_PERIPHERAL_BASE + GPT0_COMP4) -#define CFG_WATCHDOG_FLAGS_ADDR (CFG_PERIPHERAL_BASE + GPT0_COMP5) -#define CFG_WATCHDOG_MAGIC 0x12480000 -#define CFG_WATCHDOG_MAGIC_MASK 0xFFFF0000 -#define CFG_DSPIC_TEST_MASK 0x00000001 - /*----------------------------------------------------------------------- * Serial Port *----------------------------------------------------------------------*/ |