Dear coreboot folks,
commit f780c40f (CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool) [1] adds a description to the Kconfig variable `CBFS_SIZE`, which makes it, I think, visible in the Kconfig menu (`make menuconfig`).
[…] │ ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │ │ │ General setup ---> │ │ │ │ Mainboard ---> │ │ │ │ Chipset ---> │ │ │ │ Devices ---> │ │ │ │ Display ---> │ │ │ │ Generic Drivers ---> │ │ │ │ Console ---> │ │ │ │ (0x400000) Size of CBFS filesystem in ROM │ │ │ │ System tables ---> │ │ │ │ Payload ---> │ │ │ │ Debugging ---> […]
What section should
(0x400000) Size of CBFS filesystem in ROM
be moved to?
Furthermore, should it even be visible or be hidden as an expert option?
Thanks,
Paul