mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM64: dts: rk3368-android: set firmware_class.path=/system/vendor/firmware
It's required by gpu driver, which will load firmware through /system/vendor/firmware. If android finds another way to fix it, then can be reverted. Change-Id: I2fede28f022f10c2e16f68b21159a638a10a53ec Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff690000 swiotlb=1";
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff690000 swiotlb=1 firmware_class.path=/system/vendor/firmware";
|
||||
};
|
||||
|
||||
fiq_debugger: fiq-debugger {
|
||||
|
||||
Reference in New Issue
Block a user