mkimage: fix argument parsing on BSD systems
[oweals/u-boot.git] / include / fsl_esdhc.h
index 073048fb4be7ba041daa412aa0e63d6caeaba3c4..fa760a57fb8ddfbe3a76c01f991bbb33af9abdef 100644 (file)
 #define ESDHC_VENDORSPEC_VSELECT 0x00000002 /* Use 1.8V */
 
 struct fsl_esdhc_cfg {
-#ifdef CONFIG_FSL_LAYERSCAPE
-       u64     esdhc_base;
-#else
-       u32     esdhc_base;
-#endif
+       phys_addr_t esdhc_base;
        u32     sdhc_clk;
        u8      max_bus_width;
        struct mmc_config cfg;