diff options
| author | Rick Chen <[email protected]> | 2018-05-29 10:20:39 +0800 |
|---|---|---|
| committer | Andes <[email protected]> | 2018-05-29 14:45:02 +0800 |
| commit | 0b1a1adaebe9688cab7fdf484a521934b656f0f0 (patch) | |
| tree | c6e77a5136b4f886ea93a9d5a2e048343a053506 | |
| parent | 28c6cf267784fada8a00b349469739c792264673 (diff) | |
configs: nx25-ae250:Rename as ax25-ae350
Rename
nx25 as ax25
ae250 as ae350
nx25-ae250 as ax25-ae350
including filename, variable, string and definition.
Signed-off-by: Rick Chen <[email protected]>
Signed-off-by: Rick Chen <[email protected]>
Cc: Greentime Hu <[email protected]>
| -rw-r--r-- | configs/ax25-ae350_defconfig (renamed from configs/nx25-ae250_defconfig) | 4 | ||||
| -rw-r--r-- | include/configs/ax25-ae350.h (renamed from include/configs/nx25-ae250.h) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/nx25-ae250_defconfig b/configs/ax25-ae350_defconfig index 0c9f19ad37f..45a36e606d1 100644 --- a/configs/nx25-ae250_defconfig +++ b/configs/ax25-ae350_defconfig @@ -1,7 +1,7 @@ CONFIG_RISCV=y CONFIG_SYS_TEXT_BASE=0x00000000 -CONFIG_DEFAULT_DEVICE_TREE="ae250" -CONFIG_TARGET_NX25_AE250=y +CONFIG_DEFAULT_DEVICE_TREE="ae350" +CONFIG_TARGET_AX25_AE350=y CONFIG_FIT=y CONFIG_BOOTDELAY=3 # CONFIG_AUTO_COMPLETE is not set diff --git a/include/configs/nx25-ae250.h b/include/configs/ax25-ae350.h index a5948c43334..a5948c43334 100644 --- a/include/configs/nx25-ae250.h +++ b/include/configs/ax25-ae350.h |
