From 596aa967d6adfffb054a176d1891478cbbd26483 Mon Sep 17 00:00:00 2001 From: Yilun Lin Date: Thu, 11 Apr 2019 11:53:19 +0800 Subject: mt_scp: Move ROM_BASE to 0x0. Removes stepping_stone regions, and move ROM_BASE from 0x800 to 0x0. stepping_stone region is to smooth SCP's bringing up stage for being compatible with both original and new implementation. Now that we have done the kernel side driver implementation, we can earn more SRAM space by removing the stepping_stone. TEST=run SCP on kukui, and see it boots. BRANCH=None BUG=b:120825336 Change-Id: I253904592fa0187f627b2eaa3f5d12a17db9960f Signed-off-by: Yilun Lin Reviewed-on: https://chromium-review.googlesource.com/1563871 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: Yilun Lin Reviewed-by: Nicolas Boichat --- chip/mt_scp/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chip/mt_scp/build.mk') diff --git a/chip/mt_scp/build.mk b/chip/mt_scp/build.mk index 03937f8591..af1ba08170 100644 --- a/chip/mt_scp/build.mk +++ b/chip/mt_scp/build.mk @@ -10,7 +10,7 @@ CORE:=cortex-m CFLAGS_CPU+=-march=armv7e-m -mcpu=cortex-m4 # Required chip modules -chip-y=clock.o gpio.o memmap.o stepping_stone.o system.o uart.o +chip-y=clock.o gpio.o memmap.o system.o uart.o # Optional chip modules chip-$(CONFIG_COMMON_TIMER)+=hrtimer.o -- cgit v1.2.1