Home
last modified time | relevance | path

Searched hist:"28745 db9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mtd/
H A Djedec_flash.c28745db9 Thu Jan 29 04:21:38 CST 2009 Stefan Roese <sr@denx.de> jedec_flash: Only use manufacturer defines from common flash.h

This patch removes the double defined manufacturer defines from
jedec_flash.c. Since the common defines in flash.h are 32bit
we now need the (16) cast. This patch also removes the compilation
warning (e.g. seen on hcu5):

./MAKEALL hcu5
Configuring for hcu5 board...
jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type

Signed-off-by: Stefan Roese <sr@denx.de>