diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-02 04:34:49 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-05 05:30:07 -0400 |
commit | c5530555f82f6fbaf51656e9ba10e295d3c5f195 (patch) | |
tree | 4ab43198bd54949c9defa91b1cf5ab2ccf02b7cf /include/configs/bf537-stamp.h | |
parent | 4638b21f2ebc3781def51e82fb4e425a468f2e49 (diff) | |
download | u-boot-imx-c5530555f82f6fbaf51656e9ba10e295d3c5f195.zip u-boot-imx-c5530555f82f6fbaf51656e9ba10e295d3c5f195.tar.gz u-boot-imx-c5530555f82f6fbaf51656e9ba10e295d3c5f195.tar.bz2 |
Blackfin: unify custom gpio commands
Now that we have a unified gpio layer, the misc partial gpio commands
can be unified and made complete (support all possible gpios).
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf537-stamp.h')
-rw-r--r-- | include/configs/bf537-stamp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h index 92ceb38..cba4ac0 100644 --- a/include/configs/bf537-stamp.h +++ b/include/configs/bf537-stamp.h @@ -268,8 +268,6 @@ #define CONFIG_RTC_BFIN #define CONFIG_UART_CONSOLE 0 -/* #define CONFIG_BF537_STAMP_LEDCMD 1 */ - /* Define if want to do post memory test */ #undef CONFIG_POST #ifdef CONFIG_POST |