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:
Tom Rini 2025-12-09 15:50:51 -06:00 committed by David Gibson
parent 7f3184a6c5
commit b126924732

View file

@ -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 {
/*