diff options
| author | Wolfgang Denk <wd@nyx.denx.de> | 2006-03-06 13:03:37 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@nyx.denx.de> | 2006-03-06 13:03:37 +0100 | 
| commit | bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e (patch) | |
| tree | d2b832bf54040b49a8518b63620f2774398fa8d5 /common/cmd_nand.c | |
| parent | 4e3ccd26925e5ada78dd89779838f052dffe3e67 (diff) | |
| download | olio-uboot-2014.01-bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e.tar.xz olio-uboot-2014.01-bfc81252c0de3bfcf92c7c35bc04341fb33e4e4e.zip | |
Minor code cleanup
Diffstat (limited to 'common/cmd_nand.c')
| -rw-r--r-- | common/cmd_nand.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/common/cmd_nand.c b/common/cmd_nand.c index e46ed1d3c..bb51d91fb 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -442,8 +442,6 @@ void archflashwp(void *archdata, int wp);  #define NANDRW_JFFS2	0x02  #define NANDRW_JFFS2_SKIP	0x04 - -  /*   * Imports from nand_legacy.c   */ |