diff options
author | Han Xu <b45815@freescale.com> | 2015-03-31 14:58:34 -0500 |
---|---|---|
committer | Han Xu <b45815@freescale.com> | 2015-03-31 15:03:29 -0500 |
commit | f0beee980914360c8783406ef8694974467eb07b (patch) | |
tree | 9545443105c3868f54272f568e4e84b031496bd1 | |
parent | 5ae1cb9d8e7cd7babd1d7ef7f2303664a4e15c26 (diff) | |
download | u-boot-imx-f0beee980914360c8783406ef8694974467eb07b.zip u-boot-imx-f0beee980914360c8783406ef8694974467eb07b.tar.gz u-boot-imx-f0beee980914360c8783406ef8694974467eb07b.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>
-rw-r--r-- | include/configs/mx7d_arm2.h | 1 | ||||
-rw-r--r-- | include/configs/mx7dsabresd.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx7d_arm2.h b/include/configs/mx7d_arm2.h index ecb7ef0..35f13d6 100644 --- a/include/configs/mx7d_arm2.h +++ b/include/configs/mx7d_arm2.h @@ -133,6 +133,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 8ca619d..3e4d7ae 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -157,6 +157,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" \ |