mbox series

[OpenWrt-Devel,0/8] mvebu: Second round of clean-ups

Message ID 20200131154620.25773-1-tomek_n@o2.pl
Headers show
Series mvebu: Second round of clean-ups | expand

Message

Tomasz Maciej Nowak Jan. 31, 2020, 3:46 p.m. UTC
Most of changes are purely cosmetic, with bigger chages to uDPU. This
will be the last of this type of clen-up from me.

Tomasz Maciej Nowak (8):
  mvebu: image: sort devices alphabetically
  mvebu: image: align subtargets makefile names
  mvebu: image: drop empty variables from default profile
  mvebu: image: keep global DTS_DIR intact
  mvebu: uDPU: clean package selection
  mvebu: image: rework uDPU-firmware recipe
  mvebu: uDPU: drop patch compiling dtb
  uboot-mvebu: point to UBOOT_CONFIG when setting options

 package/boot/uboot-mvebu/Makefile             |   8 +-
 target/linux/mvebu/image/Makefile             |  24 ++-
 .../image/{cortex-a53.mk => cortexa53.mk}     |   6 +-
 .../image/{cortex-a72.mk => cortexa72.mk}     |  30 +--
 .../mvebu/image/{cortex-a9.mk => cortexa9.mk} | 198 +++++++++---------
 .../530-add_armada-3820-uDPU-dts.patch        |  10 -
 6 files changed, 134 insertions(+), 142 deletions(-)
 rename target/linux/mvebu/image/{cortex-a53.mk => cortexa53.mk} (88%)
 rename target/linux/mvebu/image/{cortex-a72.mk => cortexa72.mk} (100%)
 rename target/linux/mvebu/image/{cortex-a9.mk => cortexa9.mk} (100%)
 delete mode 100644 target/linux/mvebu/patches-4.19/530-add_armada-3820-uDPU-dts.patch