X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fdm%2Fdevice-internal.h;h=ee2b24a62a2d7a60d2ffb621cb92383a95b743ae;hb=6244fc64ce9714373908111acf24f70f88c86b3e;hp=02ac4c79528d41e842dc3aa98c972105e989e1e5;hpb=8d773c4ab3f77a5a6ceed974d00083a312454660;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/dm/device-internal.h b/include/dm/device-internal.h index 02ac4c7..ee2b24a 100644 --- a/include/dm/device-internal.h +++ b/include/dm/device-internal.h @@ -74,8 +74,8 @@ int device_bind_with_driver_data(struct udevice *parent, * tree. * * @parent: Pointer to device's parent - * @pre_reloc_only: If true, bind the driver only if its DM_INIT_F flag is set. - * If false bind the driver always. + * @pre_reloc_only: If true, bind the driver only if its DM_FLAG_PRE_RELOC flag + * is set. If false bind the driver always. * @info: Name and platdata for this device * @devp: if non-NULL, returns a pointer to the bound device * @return 0 if OK, -ve on error