mirror of
https://github.com/dgibson/dtc.git
synced 2026-01-22 01:30:34 -05:00
libfdt: libfdt_internal.h correct final comment in ASSUME block
The value "ASSUME_SANE" was never used in the project here, only
ASSUME_PERFECT was used. Update the comment to reflect the correct name.
Fixes: 464962489d ("Add a way to control the level of checks in the code")
Signed-off-by: Tom Rini <trini@konsulko.com>
Message-ID: <20251210022002.3004223-2-trini@konsulko.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
7f3184a6c5
commit
b126924732
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ static inline uint64_t fdt64_ld_(const fdt64_t *p)
|
|||
* signature or hash check before using libfdt.
|
||||
*
|
||||
* For situations where security is not a concern it may be safe to enable
|
||||
* ASSUME_SANE.
|
||||
* ASSUME_PERFECT.
|
||||
*/
|
||||
enum {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue