]> git.sur5r.net Git - u-boot/blobdiff - common/env_common.c
bootm: relocate ramdisk if CONFIG_SYS_BOOT_RAMDISK_HIGH set
[u-boot] / common / env_common.c
index 13db7dc3f7553fc909618462a376b829e1a194c6..7fb62e8b45753616053e7b3856936c0d99a0ad87 100644 (file)
@@ -145,7 +145,7 @@ int set_default_vars(int nvars, char * const vars[])
  * env_aes_cbc_get_key() - Get AES-128-CBC key for the environment
  *
  * This function shall return 16-byte array containing AES-128 key used
- * to encrypt and decrypt the environment. This function must be overriden
+ * to encrypt and decrypt the environment. This function must be overridden
  * by the implementer as otherwise the environment encryption will not
  * work.
  */
@@ -226,7 +226,7 @@ int env_import(const char *buf, int check)
        return 0;
 }
 
-/* Emport the environment and generate CRC for it. */
+/* Export the environment and generate CRC for it. */
 int env_export(env_t *env_out)
 {
        char *res;