[PATCH v2 5/8] common: add initial barebox deep-probe support
Marco Felsch
m.felsch at pengutronix.de
Thu Oct 1 06:13:16 EDT 2020
Hi,
On 20-09-30 10:47, Marco Felsch wrote:
> +#define BAREBOX_DEEP_PROBE_ENABLE(_entry,_compatible) \
> + const struct deep_probe_entry _DEEP_PROBE_ENTRY(_entry) \
> + __attribute__ ((unused,section (".barebox_deep_probe_" __stringify(_entry)))) = { \
> + .compatible = _compatible, \
> + }
I forgot to change this to use the __UNIQUE_ID. I will send a fixup if
that is the the only finding in this round, if it is okay for all.
Regards,
Marco
More information about the barebox
mailing list