From 737742fa21ab3a4e77582c8ec563453401bc30d7 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 2 Aug 2024 10:00:43 +0900 Subject: [PATCH] configs: k1-x: Include tizen_bpif3 header Include tizen_bpif3 header file to use tizen specific value. Change-Id: I4bdf7f2d4ed59014ddc9a1265b3b5cc673986b99 Signed-off-by: Jaehoon Chung --- include/configs/k1-x.h | 6 ++++++ include/samsung/tizen_bpif3.h | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/include/configs/k1-x.h b/include/configs/k1-x.h index 82b921addf..df3a57dc43 100644 --- a/include/configs/k1-x.h +++ b/include/configs/k1-x.h @@ -8,6 +8,10 @@ #include +#ifdef CONFIG_TIZEN_K1_X +#include +#endif + #define SYS_DRAM_OFFS 0x00000000 #define SZ_1MB 0x00100000 #define SZ_2GB 0x80000000 @@ -161,6 +165,8 @@ struct boot_storage_op "splashimage=" __stringify(CONFIG_FASTBOOT_BUF_ADDR) "\0" \ "splashpos=m,m\0" \ "splashfile=bianbu.bmp\0" \ + BOOTENV \ + TIZEN_ENV_SETTING \ BOOTENV_DEVICE_CONFIG diff --git a/include/samsung/tizen_bpif3.h b/include/samsung/tizen_bpif3.h index 150c96463a..0c11ef10d3 100644 --- a/include/samsung/tizen_bpif3.h +++ b/include/samsung/tizen_bpif3.h @@ -46,10 +46,10 @@ "download_val=6c6e7764\0" \ "ramdisk_addr_r=0x20000000\0" \ "kernel_addr_r=0x10000000\0" \ - "scriptaddr=0x1e000000\0" \ - "fdt_high=0x1f000000\0" \ + "fdtfile=k1-x_deb1.dtb\0" \ + "fdt_addr_r=0x1f000000\0" \ "tfm=setenv bootmode download; run bootcmd\0" \ - "tizen_bootarg= \0" \ + "tizen_bootarg=swiotlb=65536 clk_ignore_unused earlyprintk earlycon=sbi\0" \ "opts=loglevel=7\0" \ "reboot_param_clear=" CLEAR_REBOOT_PARAM "\0" \ "script=boot.scr.uimg\0" \ -- 2.34.1