diff options
| author | Raymond Mao <[email protected]> | 2026-06-30 09:19:02 +0800 |
|---|---|---|
| committer | Tim Ouyang <[email protected]> | 2026-07-21 16:57:13 +0800 |
| commit | d57766552627ae29e68ddf98e11765fcac00893b (patch) | |
| tree | 66b4bdeb04cf06ef7df1b860d6c76f0d486e5359 /include | |
| parent | c43512ebb5b6e91ff0fba4ed704abba092926409 (diff) | |
spacemit: k1: support multi-board infrastructure
Restructure K1 SoC support to handle multiple boards through a single
configuration:
1. Rename bananapi-f3_defconfig to spacemit_k1_defconfig.
2. Move all K1 board files to board/spacemit/k1/.
3. Replace TARGET_BANANAPI_F3 with TARGET_SPACEMIT_K1 and rename the
board's <board>.h header to k1.h.
Eliminates the need for board-specific defconfigs while maintaining
hardware compatibility.
Signed-off-by: Raymond Mao <[email protected]>
Signed-off-by: Guodong Xu <[email protected]>
Link: https://patch.msgid.link/[email protected]
Tested-by: Songsong Zhang <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/k1.h (renamed from include/configs/bananapi-f3.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/include/configs/bananapi-f3.h b/include/configs/k1.h index 97cf4d72df0..97cf4d72df0 100644 --- a/include/configs/bananapi-f3.h +++ b/include/configs/k1.h |
