diff options
| author | Holger Brunck <[email protected]> | 2022-12-02 18:22:37 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-12 16:47:21 -0500 |
| commit | 553d7607c681806a40550696d56e15dcd9a2b0e6 (patch) | |
| tree | da781d330995cddf138faf49dd139b26d45e029e /board/keymile | |
| parent | 8b83d54f9e40cdd25b41404ce96066f5e3b4a41f (diff) | |
board/km: move ls102xa boards to environment text files
Create a common.env which we can use later on also for other boards.
Signed-off-by: Holger Brunck <[email protected]>
Diffstat (limited to 'board/keymile')
| -rw-r--r-- | board/keymile/pg-wcom-ls102xa/pg-wcom-expu1.env | 3 | ||||
| -rw-r--r-- | board/keymile/pg-wcom-ls102xa/pg-wcom-seli8.env | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/board/keymile/pg-wcom-ls102xa/pg-wcom-expu1.env b/board/keymile/pg-wcom-ls102xa/pg-wcom-expu1.env new file mode 100644 index 00000000000..d960de6bfe0 --- /dev/null +++ b/board/keymile/pg-wcom-ls102xa/pg-wcom-expu1.env @@ -0,0 +1,3 @@ +#include <environment/pg-wcom/ls102xa.env> + +hostname=EXPU1 diff --git a/board/keymile/pg-wcom-ls102xa/pg-wcom-seli8.env b/board/keymile/pg-wcom-ls102xa/pg-wcom-seli8.env new file mode 100644 index 00000000000..4031f8bee95 --- /dev/null +++ b/board/keymile/pg-wcom-ls102xa/pg-wcom-seli8.env @@ -0,0 +1,3 @@ +#include <environment/pg-wcom/ls102xa.env> + +hostname=SELI8 |
