Searched hist:"28745 db969b72693754991c838f68a7fb4a8b1ab" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | jedec_flash.c | 28745db969b72693754991c838f68a7fb4a8b1ab Thu Jan 29 10:21:38 UTC 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>
|