From ef5779d1ddee6b83dfe04ff343e4b7d290fd24d7 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 29 Jan 2002 20:18:02 +0000 Subject: Fixes - switch to volatile everywhere - use myusec_delay instead of usleep Corresponding to coreboot v1 svn r492. --- flash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 3b763a7..1828176 100644 --- a/flash.h +++ b/flash.h @@ -6,7 +6,7 @@ struct flashchip { int manufacture_id; int model_id; - char * virt_addr; + volatile char * virt_addr; int total_size; int page_size; -- cgit v1.1