chromebook_coral: Move CONFIG_BLOBLIST_ADDR to CAR
authorTom Rini <trini@konsulko.com>
Tue, 17 Dec 2024 16:22:15 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 14 Jan 2025 20:47:03 +0000 (14:47 -0600)
commit5c72a2afbfedeffefe48d1b67c7effb379f90669
tree13c83f14a02e0fcf56d567cd4b931df803e8ae7e
parent079214e4beea2deac88f3ceaeda56b6914190aec
chromebook_coral: Move CONFIG_BLOBLIST_ADDR to CAR

Reading doc/board/google/chromebook_coral.rst we can see that at some
point it was intended to put the bloblist in CAR, rather than DRAM, at
some point during development. This is fine for TPL/SPL stages where we
have very minimal information stored in the bloblist and so we can set
the limit there to 4KiB and then expand it to 196KiB in U-Boot proper so
there's room for ACPI tables and so forth. We also update the
documentation to use the same location for CONFIG_BLOBLIST_ADDR in both
references.

Signed-off-by: Tom Rini <trini@konsulko.com>
configs/chromebook_coral_defconfig
doc/board/google/chromebook_coral.rst