diff options
| author | Wolfgang Denk <[email protected]> | 2021-09-27 17:42:39 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-30 09:08:16 -0400 |
| commit | 0cf207ec01cbacae47585fcc26591dd2296507d6 (patch) | |
| tree | 573cfefc2ab21a033ae98fa2afbd57f1f6528496 /tools | |
| parent | 0a50b3c97b3408e52589d873d4c7b54ad365a76c (diff) | |
WS cleanup: remove SPACE(s) followed by TAB
Signed-off-by: Wolfgang Denk <[email protected]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/kwbimage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/kwbimage.h b/tools/kwbimage.h index e063e3e41eb..10e3254a58f 100644 --- a/tools/kwbimage.h +++ b/tools/kwbimage.h @@ -23,8 +23,8 @@ /* NAND ECC Mode */ #define IBR_HDR_ECC_DEFAULT 0x00 #define IBR_HDR_ECC_FORCED_HAMMING 0x01 -#define IBR_HDR_ECC_FORCED_RS 0x02 -#define IBR_HDR_ECC_DISABLED 0x03 +#define IBR_HDR_ECC_FORCED_RS 0x02 +#define IBR_HDR_ECC_DISABLED 0x03 /* Boot Type - block ID */ #define IBR_HDR_I2C_ID 0x4D |
