summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan Xu <b45815@freescale.com>2015-03-31 14:58:34 -0500
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 15:05:29 +0800
commit20b8ac7bbe20e06d107f8922da887e88e8863d2e (patch)
treeb552a97e096c8067b52db04c0c7841441d0af25a
parentbd483695f85b2e5b69334661c6626348a4f8e9d6 (diff)
downloadu-boot-imx-20b8ac7bbe20e06d107f8922da887e88e8863d2e.zip
u-boot-imx-20b8ac7bbe20e06d107f8922da887e88e8863d2e.tar.gz
u-boot-imx-20b8ac7bbe20e06d107f8922da887e88e8863d2e.tar.bz2
MLK-10520 add clk_ignore_unused in i.MX7d u-boot parameter
add this parameter in u-boot as a temporary workaround. Signed-off-by: Han Xu <b45815@freescale.com> (cherry picked from commit f0beee980914360c8783406ef8694974467eb07b)
-rw-r--r--include/configs/mx7d_arm2.h1
-rw-r--r--include/configs/mx7dsabresd.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx7d_arm2.h b/include/configs/mx7d_arm2.h
index bb4fd60..081545e 100644
--- a/include/configs/mx7d_arm2.h
+++ b/include/configs/mx7d_arm2.h
@@ -134,6 +134,7 @@
"g_mass_storage.stall=0 g_mass_storage.removable=1 " \
"g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF "\
"g_mass_storage.iSerialNumber=\"\" "\
+ "clk_ignore_unused "\
"\0" \
"initrd_addr=0x83800000\0" \
"initrd_high=0xffffffff\0" \
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h
index 65ace67..f851779 100644
--- a/include/configs/mx7dsabresd.h
+++ b/include/configs/mx7dsabresd.h
@@ -156,6 +156,7 @@
"g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF "\
"g_mass_storage.iSerialNumber=\"\" "\
CONFIG_MFG_NAND_PARTITION \
+ "clk_ignore_unused "\
"\0" \
"initrd_addr=0x83800000\0" \
"initrd_high=0xffffffff\0" \