]> git.sur5r.net Git - u-boot/blobdiff - env/remote.c
rockchip: move CONFIG_ENV_SIZE and CONFIG_ENV_OFFSET to Kconfig
[u-boot] / env / remote.c
index 0d8865bd67777bf8b5b7fe9df08a7f7cf6a45c26..c013fdd4b0194181d50905a54b92e4b169fee6a7 100644 (file)
@@ -46,11 +46,13 @@ static int env_remote_save(void)
 }
 #endif /* CONFIG_CMD_SAVEENV */
 
-static void env_remote_load(void)
+static int env_remote_load(void)
 {
 #ifndef ENV_IS_EMBEDDED
        env_import((char *)env_ptr, 1);
 #endif
+
+       return 0;
 }
 
 U_BOOT_ENV_LOCATION(remote) = {