]> Git Repo - u-boot.git/blobdiff - board/mpl/common/flash.c
* Implement new mechanism to export U-Boot's functions to standalone
[u-boot.git] / board / mpl / common / flash.c
index 28f6f0a22b08c7f5f4f73b5f9075fab6bf8f9cd8..4bdb8bdc65f53a0c054802d9ffed87dd3e3a1544 100644 (file)
@@ -105,6 +105,8 @@ unsigned long flash_init (void)
                        CFG_MONITOR_BASE+monitor_flash_len-1,
                        &flash_info[0]);
 #endif
+       /* protect reset vector */
+       flash_info[0].protect[flash_info[0].sector_count-1] = 1;
        size_b1 = 0 ;
        flash_info[0].size = size_b0;
 #if 0
This page took 0.024486 seconds and 4 git commands to generate.