Convert CONFIG_SYS_LOAD_ADDR to Kconfig
[platform/kernel/u-boot.git] / include / cros_ec.h
index 9dab6cd..ef89def 100644 (file)
@@ -199,15 +199,6 @@ int cros_ec_flash_protect(struct udevice *dev, uint32_t set_mask,
                          struct ec_response_flash_protect *resp);
 
 /**
- * Notify EC of current boot mode
- *
- * @param dev          CROS-EC device
- * @param vboot_mode    Verified boot mode
- * @return 0 if ok, <0 on error
- */
-int cros_ec_entering_mode(struct udevice *dev, int mode);
-
-/**
  * Run internal tests on the cros_ec interface.
  *
  * @param dev          CROS-EC device