]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/omap-common/boot-common.c
upgrade to upstream version 2013.07
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap-common / boot-common.c
index 6b9ce369f5efe8d1a6d9871258cd119d9d84385b..ad383872c57f706a65a8171c756c2b815e92a194 100644 (file)
@@ -59,7 +59,7 @@ void save_omap_boot_params(void)
 #ifdef CONFIG_SPL_BUILD
 u32 spl_boot_device(void)
 {
-       return (u32) (gd->arch.omap_boot_params.omap_bootdevice);
+       return gd->arch.omap_boot_params.omap_bootdevice;
 }
 
 u32 spl_boot_mode(void)