diff options
| author | Christophe Leroy <[email protected]> | 2023-04-05 18:50:23 +0200 |
|---|---|---|
| committer | Christophe Leroy <[email protected]> | 2023-04-28 17:52:23 +0200 |
| commit | 78ba7b61da1271d982ff9c87b879d197ef911776 (patch) | |
| tree | df5f0c76ff1d597d74c25a4de5a6f8d679267265 /include | |
| parent | 4b6a5388da774e68e0f6381faefc7a3b402c468a (diff) | |
board: cssi: Move all mother board code into common.c
All the code used to manage the mother boards will be
common to soon to come CPU board.
Move all that code into common.c
Signed-off-by: Christophe Leroy <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/cmpc885.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/cmpc885.h b/include/configs/cmpc885.h index 4ce580cd142..b76230e9a4d 100644 --- a/include/configs/cmpc885.h +++ b/include/configs/cmpc885.h @@ -26,4 +26,10 @@ /* NAND configuration part */ #define CFG_SYS_NAND_BASE 0xC0000000 +/* Board names */ +#define CFG_BOARD_CMPCXXX "cmpc885" +#define CFG_BOARD_MCR3000_2G "mcr3k_2g" +#define CFG_BOARD_VGOIP "vgoip" +#define CFG_BOARD_MIAE "miae" + #endif /* __CONFIG_H */ |
