[U-Boot] [PATCH v3 0/3] Rename ax25-ae350 defconfig

Andes uboot at andestech.com
Tue Dec 18 01:48:30 UTC 2018


From: Rick Chen <rick at andestech.com>

Remove cpu name from the defconfig naming.
Because other cpus maybe run on AE350 platform.
So only use platfrom name in defconfig naming
will be better.

Changes since v2:
 - Fix travis failure case 6.51 Checkfor configs without MAINTAINERS entry.
   https://travis-ci.org/rickchen36/u-boot-riscv/builds/468881778
	 So add this two patchs:
	 MAINTAINERS: Sync for ax25-ae350 rename
	 doc: README.ae350: Sync for ax25-ae350 rename

Changes since v1:
 - Use git mv and git format-patch -M to show delta when rename.

Rick Chen (3):
  riscv: configs: Rename ax25-ae350 defconfig
  MAINTAINERS: Sync for ax25-ae350 rename
  doc: README.ae350: Sync for ax25-ae350 rename

 board/AndesTech/ax25-ae350/MAINTAINERS |  5 ++---
 configs/a25-ae350_32_defconfig         | 36 ---------------------------------
 configs/ae350_rv32_defconfig           | 36 +++++++++++++++++++++++++++++++++
 configs/ae350_rv64_defconfig           | 37 ++++++++++++++++++++++++++++++++++
 configs/ax25-ae350_64_defconfig        | 37 ----------------------------------
 doc/README.ae350                       |  2 +-
 6 files changed, 76 insertions(+), 77 deletions(-)
 delete mode 100644 configs/a25-ae350_32_defconfig
 create mode 100644 configs/ae350_rv32_defconfig
 create mode 100644 configs/ae350_rv64_defconfig
 delete mode 100644 configs/ax25-ae350_64_defconfig

-- 
2.7.4



More information about the U-Boot mailing list