]> git.sur5r.net Git - u-boot/blobdiff - common/image.c
ddr: altera: Add ECC DRAM scrubbing support for Arria10
[u-boot] / common / image.c
index 214ac3372062b94ca78e8828c3ee9ad8f2301419..4f201289ee32cc0801f07552baa0b4200cd4d4ce 100644 (file)
@@ -1413,7 +1413,7 @@ int boot_get_loadable(int argc, char * const argv[], bootm_headers_t *images,
  * @cmd_end: pointer to a ulong variable, will hold cmdline end
  *
  * boot_get_cmdline() allocates space for kernel command line below
- * BOOTMAPSZ + env_get_bootm_low() address. If "bootargs" U-Boot environemnt
+ * BOOTMAPSZ + env_get_bootm_low() address. If "bootargs" U-Boot environment
  * variable is present its contents is copied to allocated kernel
  * command line.
  *