From 9460a6d027dc0dfb7592fc1a6b6d34f0cfaa0936 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 24 Aug 2015 16:57:39 +0200 Subject: [PATCH] karo: tx6: write FDT to same eMMC partition that is selected for boot --- include/configs/tx6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tx6.h b/include/configs/tx6.h index f383862131..36ff58d6c8 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -206,7 +206,7 @@ #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SYS_BOOT_CMD_NAND "" #define CONFIG_SYS_FDTSAVE_CMD \ - "fdtsave=mmc partconf 0 ${emmc_boot_ack} ${emmc_boot_part} 1" \ + "fdtsave=mmc partconf 0 ${emmc_boot_ack} ${emmc_boot_part} ${emmc_boot_part}" \ ";mmc write ${fdtaddr} " xstr(CONFIG_SYS_DTB_BLKNO) " 80" \ ";mmc partconf 0 ${emmc_boot_ack} ${emmc_boot_part} 0\0" #define MTD_NAME "" -- 2.39.2