]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/esd/pci405/flash.c
* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length
[people/ms/u-boot.git] / board / esd / pci405 / flash.c
index f904affc4f60d624978f957a6e9b55f2d53b1684..1707dcf6e19172275840ae92972ca38f4e99b071 100644 (file)
@@ -91,7 +91,7 @@ unsigned long flash_init (void)
 
         /* Monitor protection ON by default */
         (void)flash_protect(FLAG_PROTECT_SET,
-                            -CFG_MONITOR_LEN,
+                            -monitor_flash_len,
                             0xffffffff,
                             &flash_info[0]);