X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fhymod%2Fflash.h;h=ee047fe6e1c425e6e80dc5cb305e8d3eabdab5ee;hb=592c5cabe78fe1cef4eb733904c81a9555d59a7e;hp=10db7fcacf593755eabab24d614d0f82e50f0ee7;hpb=72755c7137396fdd8230dfc498294760fa2aaeb4;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/hymod/flash.h b/board/hymod/flash.h index 10db7fc..ee047fe 100644 --- a/board/hymod/flash.h +++ b/board/hymod/flash.h @@ -92,7 +92,7 @@ typedef bank_word_t bank_blk_t[32 * 1024]; #endif /* EXAMPLE */ /* the sizes of these two types should probably be the same */ -typedef volatile bank_word_t *bank_addr_t; +typedef bank_word_t *bank_addr_t; typedef unsigned long bank_size_t; /* align bank addresses and sizes to bank word boundaries */