arm64: dts: rockchip: force the bootargs for rk3399 linux

The default GPT will set the same with android tool.

Address  Name       Path
         Boot     -- rk3399_loader_xx.xx.bin
0x4000   loader1  -- out/u-boot/uboot.img
0x6000   atf      -- out/u-boot/trust.img
0x8000   resource -- out/kernel/resource.img
0x8000   kernel   -- out/kernel/kernel.img
0x40000  rootfs   -- out/rootfs/buildroot.img

Change-Id: I03c4f8221d98f0452928ed21b611db5ff90fc48f
Signed-off-by: Caesar <wxt@rock-chips.com>
This commit is contained in:
Caesar
2018-04-03 20:33:27 +08:00
committed by Tao Huang
parent d15450ae2c
commit 6f92c6ee1e

View File

@@ -46,6 +46,10 @@
/ {
compatible = "rockchip,linux", "rockchip,rk3399";
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;