diff options
author | Wolfgang Denk <wd@denx.de> | 2008-09-09 10:06:44 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-09 10:06:44 +0200 |
commit | fe876787f8743883ce58fed61525eaa2f34da4c5 (patch) | |
tree | c98defcff40d2ea3102983dcc9a283cb82680d6c /include | |
parent | 965de106ba8900372c8b16dc60d5acab7f925e38 (diff) | |
download | u-boot-imx-fe876787f8743883ce58fed61525eaa2f34da4c5.zip u-boot-imx-fe876787f8743883ce58fed61525eaa2f34da4c5.tar.gz u-boot-imx-fe876787f8743883ce58fed61525eaa2f34da4c5.tar.bz2 |
stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/stxxtc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h index 37a52cf..0dc9f8a 100644 --- a/include/configs/stxxtc.h +++ b/include/configs/stxxtc.h @@ -580,7 +580,6 @@ typedef unsigned int led_id_t; /* use board specific hardware */ #undef CONFIG_WATCHDOG /* watchdog disabled */ #define CONFIG_HW_WATCHDOG -#define CONFIG_SHOW_ACTIVITY /*****************************************************************************/ |