mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user