Re: [PATCH v5 3/3] use fdt_kaslrseed function to de-duplicate code

2024-05-30 Thread Simon Glass
On Thu, 30 May 2024 at 16:06, Tim Harvey wrote: > > Use the fdt_kaslrseed function to deduplicate code doing the same thing. > > Note that the kalsrseed command (CMD_KASLRSEED) is likely pointless now > but left in place in case boot scripts exist that rely on this command > existing and returning

[PATCH v5 3/3] use fdt_kaslrseed function to de-duplicate code

2024-05-30 Thread Tim Harvey
Use the fdt_kaslrseed function to deduplicate code doing the same thing. Note that the kalsrseed command (CMD_KASLRSEED) is likely pointless now but left in place in case boot scripts exist that rely on this command existing and returning success. An informational message is printed to alert users