summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/Kconfig9
-rw-r--r--zephyr/projects/volteer/prj.conf3
-rw-r--r--zephyr/shim/include/config_chip.h3
3 files changed, 1 insertions, 14 deletions
diff --git a/zephyr/Kconfig b/zephyr/Kconfig
index 366e15c04b..5378ef0ee4 100644
--- a/zephyr/Kconfig
+++ b/zephyr/Kconfig
@@ -49,15 +49,6 @@ rsource "Kconfig.usbc"
#
# Please keep these in alphabetical order
-config PLATFORM_EC_BOOT_RAM_SIZE
- hex "The total size required for the boot loader"
- default 0x0
- help
- This is the size (in bytes) required by the boot loader. It will count
- against the data section of the RAM. Not all chips require this value.
- See the datasheet for the npcx chip family for example. If not needed,
- this can simple be left at 0x0.
-
config PLATFORM_EC_ACPI
bool "Enable the ACPI module"
default y if AP_X86 && PLATFORM_EC_ESPI
diff --git a/zephyr/projects/volteer/prj.conf b/zephyr/projects/volteer/prj.conf
index 09e853d95c..49203bfdbe 100644
--- a/zephyr/projects/volteer/prj.conf
+++ b/zephyr/projects/volteer/prj.conf
@@ -129,6 +129,3 @@ CONFIG_PLATFORM_EC_PROTECTED_STORAGE_OFF=0x0
CONFIG_PLATFORM_EC_PROTECTED_STORAGE_SIZE=0x40000
CONFIG_PLATFORM_EC_WRITABLE_STORAGE_OFF=0x40000
CONFIG_PLATFORM_EC_WRITABLE_STORAGE_SIZE=0x40000
-
-# RAM
-CONFIG_PLATFORM_EC_BOOT_RAM_SIZE=0x800
diff --git a/zephyr/shim/include/config_chip.h b/zephyr/shim/include/config_chip.h
index 97e4ddf607..859450571d 100644
--- a/zephyr/shim/include/config_chip.h
+++ b/zephyr/shim/include/config_chip.h
@@ -266,8 +266,7 @@ enum battery_type {
#define CONFIG_RO_STORAGE_OFF CONFIG_RO_HDR_SIZE
#define CONFIG_RW_STORAGE_OFF 0
-#define CONFIG_RAM_SIZE \
- (CONFIG_DATA_RAM_SIZE - CONFIG_PLATFORM_EC_BOOT_RAM_SIZE)
+#define CONFIG_RAM_SIZE CONFIG_DATA_RAM_SIZE
#ifdef CONFIG_PLATFORM_EC_EXTERNAL_STORAGE
#define CONFIG_EXTERNAL_STORAGE