Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#4866 new defect

Docs lie about default of riscv BSP_FDT_BLOB_SIZE_MAX

Reported by: Jens Schweikhardt Owned by:
Priority: normal Milestone:
Component: tool/website Version:
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Chasing the reason for why a tiny RTEMS app is about 300KB in size, I found that the default value as displayed by

$ ./waf --rtems-bsps=riscv/rv32imafc bspdefaults|grep BLOB_SIZE
BSP_FDT_BLOB_SIZE_MAX = 262144

does not match the one stated in https://docs.rtems.org/branches/master/user/bsps/bsps-riscv.html#build-configuration-options which says 65536.

Desired action: make code and docs agree on a default value.

Change History (0)

Note: See TracTickets for help on using tickets.