Include tizen_bpif3 header file to use tizen specific value.
Change-Id: I4bdf7f2d4ed59014ddc9a1265b3b5cc673986b99
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
#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
"splashimage=" __stringify(CONFIG_FASTBOOT_BUF_ADDR) "\0" \
"splashpos=m,m\0" \
"splashfile=bianbu.bmp\0" \
+ BOOTENV \
+ TIZEN_ENV_SETTING \
BOOTENV_DEVICE_CONFIG
"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" \