From e0b46912ed5eb68f8f9a7de548cb8887e8e517b5 Mon Sep 17 00:00:00 2001 From: Zain Wang Date: Tue, 17 Nov 2020 14:24:05 +0800 Subject: [PATCH] rk3399: use one parameter for all Signed-off-by: Zain Wang Change-Id: I52ebc6003b1bdf0e7c5143aacc64524cdb09f507 --- rk3328/BoardConfig.mk | 2 +- rk3328/BoardConfig_debian.mk | 2 +- rk3328/parameter-buildroot.txt | 12 ------------ rk3328/{parameter-debian.txt => parameter.txt} | 0 4 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 rk3328/parameter-buildroot.txt rename rk3328/{parameter-debian.txt => parameter.txt} (100%) diff --git a/rk3328/BoardConfig.mk b/rk3328/BoardConfig.mk index 381da60..e54f4d8 100755 --- a/rk3328/BoardConfig.mk +++ b/rk3328/BoardConfig.mk @@ -13,7 +13,7 @@ export RK_BOOT_IMG=boot.img # kernel image path export RK_KERNEL_IMG=kernel/arch/arm64/boot/Image # parameter for GPT table -export RK_PARAMETER=parameter-buildroot.txt +export RK_PARAMETER=parameter.txt # Buildroot config export RK_CFG_BUILDROOT=rockchip_rk3328 # Recovery config diff --git a/rk3328/BoardConfig_debian.mk b/rk3328/BoardConfig_debian.mk index d7a23f1..5123108 100755 --- a/rk3328/BoardConfig_debian.mk +++ b/rk3328/BoardConfig_debian.mk @@ -13,7 +13,7 @@ export RK_BOOT_IMG=boot.img # kernel image path export RK_KERNEL_IMG=kernel/arch/arm64/boot/Image # parameter for GPT table -export RK_PARAMETER=parameter-debian.txt +export RK_PARAMETER=parameter.txt # Buildroot config export RK_CFG_BUILDROOT=rockchip_rk3328 # Recovery config diff --git a/rk3328/parameter-buildroot.txt b/rk3328/parameter-buildroot.txt deleted file mode 100644 index 4cdfdc7..0000000 --- a/rk3328/parameter-buildroot.txt +++ /dev/null @@ -1,12 +0,0 @@ -FIRMWARE_VER: 8.1 -MACHINE_MODEL: RK3328 -MACHINE_ID: 007 -MANUFACTURER: RK3328 -MAGIC: 0x5041524B -ATAG: 0x00200800 -MACHINE: 3328 -CHECK_MASK: 0x80 -PWR_HLD: 0,0,A,0,1 -TYPE: GPT -CMDLINE: mtdparts=rk29xxnand:0x00002000@0x00004000(uboot),0x00002000@0x00006000(trust),0x00002000@0x00008000(misc),0x00010000@0x0000a000(boot),0x00010000@0x0001a000(recovery),0x00010000@0x0002a000(backup),0x00020000@0x0003a000(oem),0x00100000@0x0005a000(rootfs),-@0x0015a000(userdata:grow) -uuid:rootfs=614e0000-0000-4b53-8000-1d28000054a9 diff --git a/rk3328/parameter-debian.txt b/rk3328/parameter.txt similarity index 100% rename from rk3328/parameter-debian.txt rename to rk3328/parameter.txt