diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2015-03-05 08:30:40 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-06-01 08:56:34 +0900 |
commit | a5aef732066c6de0d2466174fb017e8a6fb0267a (patch) | |
tree | 2c31e79383e57f5a9ea36341cb0c1e3210bb4cd7 /arch/arm/cpu/armv7/rmobile | |
parent | 98c3322c4e019537d001c31fa19aca06b5db0cdd (diff) | |
download | u-boot-imx-a5aef732066c6de0d2466174fb017e8a6fb0267a.zip u-boot-imx-a5aef732066c6de0d2466174fb017e8a6fb0267a.tar.gz u-boot-imx-a5aef732066c6de0d2466174fb017e8a6fb0267a.tar.bz2 |
arm: rmobile: alt: Update to QoS revision 0.31 and 0.321
This updates r8a7794 QoS to revision 0.31 for ES1 and revision 0.321 for ES2.
Signed-off-by: Kouei Abe <kouei.abe.cp@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/cpu/armv7/rmobile')
-rw-r--r-- | arch/arm/cpu/armv7/rmobile/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/Kconfig b/arch/arm/cpu/armv7/rmobile/Kconfig index a05752d..ef56286 100644 --- a/arch/arm/cpu/armv7/rmobile/Kconfig +++ b/arch/arm/cpu/armv7/rmobile/Kconfig @@ -52,7 +52,7 @@ config RMOBILE_EXTRAM_BOOT choice prompt "Qos setting primary" - depends on TARGET_GOSE || TARGET_KOELSCH || TARGET_LAGER + depends on TARGET_ALT || TARGET_GOSE || TARGET_KOELSCH || TARGET_LAGER default QOS_PRI_NORMAL config QOS_PRI_NORMAL |