diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-02-05 14:51:46 -0800 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-02-06 00:40:28 +0100 |
commit | 6aaf856cd2f47d762962a8c06d73f3bb2e61e146 (patch) | |
tree | 5d4585a16d27ab6f6e9b45bc05cdb53c7255b648 /src/cpu/samsung | |
parent | e87641840f1d7461d22e4297002db39544087c4a (diff) | |
download | coreboot-6aaf856cd2f47d762962a8c06d73f3bb2e61e146.tar.xz |
exynos5250: Move the ID section again
Move the ID section again due to bootblock bloat. So long
as it's within the first 32K of our address space, we're good.
TODO:
1. Place ID section near start of ROM to avoid this issue.
2. Reduce bootblock bloat.
3. Make bootblock debugging a Kconfig option.
Change-Id: I3f0764a3345a8cbbafcc15e4d06c38cd6327758c
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2287
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/cpu/samsung')
-rw-r--r-- | src/cpu/samsung/exynos5250/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig index ec1d7af558..477ee51453 100644 --- a/src/cpu/samsung/exynos5250/Kconfig +++ b/src/cpu/samsung/exynos5250/Kconfig @@ -38,7 +38,7 @@ config BOOTBLOCK_BASE config ID_SECTION_BASE hex - default 0x02027000 + default 0x02027e00 config ROMSTAGE_BASE hex |