]> Git Repo - u-boot.git/commit
API: unify platform_sys_info() implementations
authorHeinrich Schuchardt <[email protected]>
Sat, 23 Nov 2024 08:47:51 +0000 (09:47 +0100)
committerHeinrich Schuchardt <[email protected]>
Sun, 5 Jan 2025 01:30:47 +0000 (02:30 +0100)
commit6f7f47e8c09aac1a81a1cf5cf2d2c9fadcb9e662
tree3292f0a378384044d18faee8a6d8163e4d903e28
parentec9263b4f15c4cf82eb6a211c67baa6385065b8e
API: unify platform_sys_info() implementations

ARM, MIPS, and RISCV can use the same implementation of
platform_sys_info(). PPC provides some extra information.
So keep it separate.

Signed-off-by: Heinrich Schuchardt <[email protected]>
api/Makefile
api/api_platform-arm.c [deleted file]
api/api_platform-mips.c [deleted file]
api/api_platform.c [new file with mode: 0644]
This page took 0.033936 seconds and 4 git commands to generate.