| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-23 | board: Correct usage of fdtfile=CONFIG_DEFAULT_FDT_FILE | Tom Rini | |
| As explained in commit 03d2d5fc003f ("board: sifive: unmatched: set fdtfile with unquoted variable.") using the syntax of 'fdtfile=CONFIG_DEFAULT_FDT_FILE' in the plain text environment files will lead to extraneous and problematic "s in the output. This is fixed by using fdtfile=DEFAULT_FDT_FILE which was introduced recently. Acked-by: Peng Fan <[email protected]> Signed-off-by: Tom Rini <[email protected]> | |||
| 2026-01-28 | board: nxp: Rename board directory from board/freescale to board/nxp | Alice Guo | |
| This patch renames the board directory from board/freescale to board/nxp because NXP now provides Board Support Packages (BSPs) and tools for the former Freescale i.MX and other i.MX products. All relevant references have been updated accordingly. This change does not affect functionality. Signed-off-by: Alice Guo <[email protected]> Reviewed-by: Fabio Estevam <[email protected]> | |||
