From 5463340d5d1760e81a155fb34bb2ff90158461f6 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Sat, 2 Jul 2016 17:21:47 +0900 Subject: [PATCH] TPL: TM2: config: add ess base address to bootargs The ess base address parameter, ess_setup in bootargs is used from exynos-ss in kernel. So this patch adds ess_setup with specific address to bootargs. Change-Id: I7b5a3d621a485dfbe15a58bf5f2b201edb1bf2e5 Signed-off-by: Seung-Woo Kim --- include/configs/tm2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tm2.h b/include/configs/tm2.h index 3405896..521b2b6 100644 --- a/include/configs/tm2.h +++ b/include/configs/tm2.h @@ -99,7 +99,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS "dfu_alt_info=kernel part 0 9 offset 0x400;rootfs part 0 18;system-data part 0 19;user part 0 21\0" \ "modedetect=if itest.l *0x10580044 == 0x81 || itest.l *0x10580044 == 0x1 || itest.l *0x105c080c == 0x12345671; then run download; else run bootkernel; fi; reset\0" \ "fdt_high=0xffffffffffffffff\0" \ - "bootargs=console=ttySAC1,115200 earlycon=exynos4210,0x14C20000 loglevel=7 root=/dev/mmcblk0p18 rootfstype=ext4 rootwait\0" \ + "bootargs=console=ttySAC1,115200 earlycon=exynos4210,0x14C20000 ess_setup=0x26000000 loglevel=7 root=/dev/mmcblk0p18 rootfstype=ext4 rootwait\0" \ "bootkernel=echo Booting kernel; run boarddetect; run loadkernel; bootm 0x30080000#$board\0" \ "boarddetect=if itest.l *0x138000b4 == 0x0063f9ff; then setenv board tm2e; elif itest.l *0x138000b4 == 0x0059f9ff; then setenv board tm2; else setenv board unknown; fi; echo Detected $board board\0" \ "loadkernel=part start mmc 0 9 kernel_sect; part size mmc 0 9 kernel_size; mmc read 0x30000000 $kernel_sect $kernel_size\0" \ -- 2.7.4