jedec_flash: Only use manufacturer defines from common flash.h
authorStefan Roese <sr@denx.de>
Thu, 29 Jan 2009 10:21:38 +0000 (11:21 +0100)
committerStefan Roese <sr@denx.de>
Thu, 5 Feb 2009 10:27:58 +0000 (11:27 +0100)
commit28745db969b72693754991c838f68a7fb4a8b1ab
tree96c19d3e4b45b0ff7c7cf1ec4f62e14ed4239ec3
parentec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
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>
drivers/mtd/jedec_flash.c