From: Markus Niebel <[email protected]> there was a double bracketed var ref. fix this.
Signed-off-by: Markus Niebel <[email protected]> --- include/configs/tqma6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index dce9c25..874b44b 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -262,7 +262,7 @@ __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \ "setexpr offset ${fdt_start} * " \ __stringify(TQMA6_SPI_FLASH_SECTOR_SIZE)"; " \ - "sf read ${${fdt_addr}} ${offset} ${size}; " \ + "sf read ${fdt_addr} ${offset} ${size}; " \ "setenv size ; setenv offset\0" \ #define CONFIG_BOOTCOMMAND \ -- 1.9.1 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

