diff options
author | 2005-08-11 10:10:30 +0200 | |
---|---|---|
committer | 2005-08-11 10:10:30 +0200 | |
commit | adac376ef2fc3d44764dd32c205cb4ad03dfbe9e (patch) | |
tree | 70aeb16ba9b56f9915a3b225009ae490bdfd52d8 /include/configs | |
parent | 0841565cc7942b241f3f40c84ffab05dc633396a (diff) |
O2DNT: added hardware flash protect support, macros cleanup.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/o2dnt.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/o2dnt.h b/include/configs/o2dnt.h index fa15d859586..6d388f3f64a 100644 --- a/include/configs/o2dnt.h +++ b/include/configs/o2dnt.h @@ -169,9 +169,8 @@ #define CFG_FLASH_ERASE_TOUT 240000 /* Flash Erase Timeout (in ms) */ #define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (in ms) */ - -#undef CONFIG_FLASH_16BIT /* Flash is 8-bit */ - +#define CFG_FLASH_UNLOCK_TOUT 10000 /* Timeout for Flash Clear Lock Bits (in ms) */ +#define CFG_FLASH_PROTECTION /* "Real" (hardware) sectors protection */ /* * Environment settings |