diff --git a/recipes-bsp/u-boot/u-boot/2011.09git/0005-am335x-Change-mmc_load_uimage-to-load-at-a-fixed-add.patch b/recipes-bsp/u-boot/u-boot/2011.09git/0005-am335x-Change-mmc_load_uimage-to-load-at-a-fixed-add.patch index ff18bed6..126ff24a 100644 --- a/recipes-bsp/u-boot/u-boot/2011.09git/0005-am335x-Change-mmc_load_uimage-to-load-at-a-fixed-add.patch +++ b/recipes-bsp/u-boot/u-boot/2011.09git/0005-am335x-Change-mmc_load_uimage-to-load-at-a-fixed-add.patch @@ -31,7 +31,7 @@ index 56e36da..8c0fae2 100755 "mmc_boot=run mmc_args; " \ "run mmc_load_uimage; " \ - "bootm ${loadaddr}\0" \ -+ "bootm\0" \ ++ "bootm 0x80007fc0\0" \ "nand_boot=echo Booting from nand ...; " \ "run nand_args; " \ "nand read.i ${loadaddr} ${nand_src_addr} ${nand_img_siz}; " \ @@ -40,7 +40,7 @@ index 56e36da..8c0fae2 100755 "if run mmc_load_uimage; then " \ "run mmc_args;" \ - "bootm ${loadaddr};" \ -+ "bootm;" \ ++ "bootm 0x80007fc0;" \ "fi;" \ "fi;" \ "run nand_boot;" \ diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb index 983a1878..1065e53a 100644 --- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb +++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb @@ -4,7 +4,7 @@ require u-boot.inc COMPATIBLE_MACHINE = "(ti33x)" DEFAULT_PREFERENCE_ti33x = "99" PV = "2011.09+git" -PR = "r22" +PR = "r23" # SPL build UBOOT_BINARY = "u-boot.img"