configs: k1-x: Include tizen_bpif3 header 99/315499/3
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 2 Aug 2024 01:00:43 +0000 (10:00 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 2 Aug 2024 03:29:50 +0000 (12:29 +0900)
Include tizen_bpif3 header file to use tizen specific value.

Change-Id: I4bdf7f2d4ed59014ddc9a1265b3b5cc673986b99
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/k1-x.h
include/samsung/tizen_bpif3.h

index 82b921addfcfda9af58c3c7c2b3e3e1a03bca8b6..df3a57dc43634cb98de27c438758e0a7898cdcc3 100644 (file)
@@ -8,6 +8,10 @@
 
 #include <linux/sizes.h>
 
+#ifdef CONFIG_TIZEN_K1_X
+#include <samsung/tizen_bpif3.h>
+#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
 
 
index 150c96463aed83ce9e05b170dedba8f90b3c9999..0c11ef10d373ffcea91a6f6ed8df9629b0625baf 100644 (file)
        "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" \