diff options
author | Tom Rini <trini@ti.com> | 2014-10-09 11:01:16 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 11:53:01 -0400 |
commit | 05180fc7085681b6c09e7b67d7a890c25e474e9d (patch) | |
tree | 55ab3f850398d4e51aff6fd5d2a45158d09d516c /include/configs/am335x_evm.h | |
parent | b6ab550413b6b64d0024e9dec8bf6017653127e4 (diff) | |
download | u-boot-05180fc7085681b6c09e7b67d7a890c25e474e9d.tar.gz u-boot-05180fc7085681b6c09e7b67d7a890c25e474e9d.tar.xz u-boot-05180fc7085681b6c09e7b67d7a890c25e474e9d.zip |
am335x_evm: Correct "raw" portions of DFU alt into
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r-- | include/configs/am335x_evm.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 476430ddd0..1ec783daf4 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -352,10 +352,10 @@ "boot part 0 1;" \ "rootfs part 0 2;" \ "MLO fat 0 1;" \ - "MLO.raw mmc 0x100 0x100;" \ - "u-boot.img.raw mmc 0x300 0x400;" \ - "spl-os-args.raw mmc 0x80 0x80;" \ - "spl-os-image.raw mmc 0x900 0x2000;" \ + "MLO.raw raw 0x100 0x100;" \ + "u-boot.img.raw raw 0x300 0x400;" \ + "spl-os-args.raw raw 0x80 0x80;" \ + "spl-os-image.raw raw 0x900 0x2000;" \ "spl-os-args fat 0 1;" \ "spl-os-image fat 0 1;" \ "u-boot.img fat 0 1;" \ @@ -382,7 +382,7 @@ "fdt ram 0x80F80000 0x80000;" \ "ramdisk ram 0x81000000 0x4000000\0" #define DFUARGS \ - "dfu_alt_info_emmc=rawemmc mmc 0 3751936\0" \ + "dfu_alt_info_emmc=rawemmc raw 0 3751936\0" \ DFU_ALT_INFO_MMC \ DFU_ALT_INFO_RAM \ DFU_ALT_INFO_NAND |