aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-11-03 12:41:28 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-11-08 09:53:04 -0500
commit42e9adcfc9963b54c71e8851e1a6a41a001531e5 (patch)
tree1ebbecfbe8eff81d4b1a5a66cc92b0e160a8d6dd /src/lpc176x
parent11dd273b34e78b82ec16d22495aa107233ac6779 (diff)
downloadkutter-42e9adcfc9963b54c71e8851e1a6a41a001531e5.tar.gz
kutter-42e9adcfc9963b54c71e8851e1a6a41a001531e5.tar.xz
kutter-42e9adcfc9963b54c71e8851e1a6a41a001531e5.zip
armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value
Specify the arm architecture flash bootup address for each chip type in Kconfig using a new FLASH_BOOT_ADDRESS setting. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/lpc176x')
-rw-r--r--src/lpc176x/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig
index d20c4dec..2579029a 100644
--- a/src/lpc176x/Kconfig
+++ b/src/lpc176x/Kconfig
@@ -42,6 +42,10 @@ config FLASH_SIZE
hex
default 0x80000
+config FLASH_BOOT_ADDRESS
+ hex
+ default 0x0
+
config RAM_START
hex
default 0x10000000