summaryrefslogtreecommitdiff
path: root/board/intel/n5x-socdk
AgeCommit message (Collapse)Author
2023-10-09board: Remove essentially empty board files and MakefilesTom Rini
As part of reviewing a new platform, Daniel Schwierzeck noted that we can have an empty Makefile in the board directory and don't need an empty board.c file as well. Further with further cleanup in the Makefile we can now omit the Makefile entirely. Remove a number of now unnecessary board.c and Makefiles. Signed-off-by: Tom Rini <[email protected]>
2021-08-25Merge branch 'next-socfpga' of https://github.com/tienfong/uboot_mainlineTom Rini
2021-08-25board: intel: Add socdk board support for Intel N5X deviceSiew Chin Lim
Add N5X SoC devkit board. Signed-off-by: Siew Chin Lim <[email protected]>