| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -4/+8 |
| | | | | | | | | | | | | | | We should not use typedefs in U-Boot. They cannot be used as forward declarations which means that header files must include the full header to access them. Drop the typedef and rename the struct to remove the _s suffix which is now not useful. This requires quite a few header-file additions. Signed-off-by: Simon Glass <sjg@chromium.org> | ||||
| * | cmd: sysboot: Fix checkpatch WARNING/CHECK | Patrice Chotard | 2019-12-06 | 1 | -13/+12 |
| | | | | | | | Fix checkpatch WARNING and CHECK issues Signed-off-by: Patrice Chotard <patrice.chotard@st.com> | ||||
| * | cmd: sysboot: Create a sysboot command dedicated file | Patrice Chotard | 2019-12-06 | 1 | -0/+135 |
| Extract all sysboot command related code from pxe.c to new sysboot.c Update Kconfig to insure that DISTRO_DEFAULT select new CMD_SYSBOOT command. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> | |||||
