| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-19 | doc: printf() codes: Fix format specifier for unsigned int | Siddharth Vadapalli | |
| The format specifier for the "unsigned int" variable is documented as "%d". However, it should be "%u". Thus, fix it. Fixes: f5e9035043fb ("doc: printf() codes") Reported-by: Tom Rini <trini@konsulko.com> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | |||
| 2022-01-19 | doc: printf() codes | Heinrich Schuchardt | |
| Document the format specifier codes used by U-Boot's printf() implementation. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | |||
