1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-04 02:02:08 +02:00

doc: Chromebook Coral: Fix typo for "Top of CAR region"

The value for "Top of CAR region" should be fefc0000, not
fefc000. This matches the Kconfig default values, as
SYS_CAR_ADDR and SYS_CAR_SIZE are 0xfef00000 and 0xc0000
respectively.

Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Wolfgang Wallner
2020-02-21 12:20:09 +01:00
committed by Bin Meng
parent 5a9d7f9c91
commit 6301615e54

View File

@@ -179,7 +179,7 @@ Partial memory map
ffffffff Top of ROM (and last byte of 32-bit address space) ffffffff Top of ROM (and last byte of 32-bit address space)
ffff8000 TPL loaded here (from IFWI) ffff8000 TPL loaded here (from IFWI)
ff000000 Bottom of ROM ff000000 Bottom of ROM
fefc000 Top of CAR region fefc0000 Top of CAR region
fef96000 Stack for FSP-M fef96000 Stack for FSP-M
fef40000 59000 FSP-M fef40000 59000 FSP-M
fef11000 SPL loaded here fef11000 SPL loaded here