diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-02-15 15:20:32 -0800 |
---|---|---|
committer | David Hendricks <dhendrix@chromium.org> | 2013-02-16 00:43:13 +0100 |
commit | 802921562f2f9b94686b1464e994c761416ad88e (patch) | |
tree | accf3ec7748d569edcdd30ad1121fc448157e0e5 /src/cpu/samsung/exynos5250 | |
parent | 882fdcf2271d385f1110c0f3737ceeb5e30d2861 (diff) |
exynos5250: clean out some stale IRAM-related config variables
This cleans out some obsolete Kconfig variables pertaining to IRAM
usage.
Change-Id: Ie53f5f7204eadc3a3dddc739d2b4b6237242b198
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2417
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/samsung/exynos5250')
-rw-r--r-- | src/cpu/samsung/exynos5250/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig index 01268e44e5..1b8b23f8e2 100644 --- a/src/cpu/samsung/exynos5250/Kconfig +++ b/src/cpu/samsung/exynos5250/Kconfig @@ -25,15 +25,6 @@ config BL1_SIZE_KB # 0x0203_0000: romstage, assume up to 128KB in size. # 0x0207_8000: stack pointer -# this may be used to calculate offsets -config IRAM_BOTTOM - hex - default 0x02020000 - -config IRAM_TOP - hex - default 0x02077fff - config BOOTBLOCK_BASE hex default 0x02023400 |