From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Thu, 17 Dec 2015 13:13:52 +0100 Subject: [U-Boot] [PATCH v2 0/9] Various microblaze cleanups Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, This patch series depends on all previous series. All these patches will be available in git://git.denx.de/u-boot-microblaze.git also with patches which I am going to send now. Thanks, Michal Changes in v2: - Remove also from xparameters.h - new patch in this series - new patch in this series - new patch in this series Michal Simek (9): microblaze: Enable axi emac via Kconfig microblaze: Move eth configuration to Kconfig microblaze: Remove systemace from board file microblaze: Remove CONFIG_FIT from board file microblaze: Move CONFIG_NETCONSOLE to Kconfig microblaze: Remove empty file - cpu.c microblaze: Read information about RAM from DT microblaze: Enable HUSH via Kconfig microblaze: Fix board_init calling sequence arch/microblaze/cpu/Makefile | 2 +- arch/microblaze/cpu/cpu.c | 9 ---- .../xilinx/microblaze-generic/microblaze-generic.c | 15 ++----- board/xilinx/microblaze-generic/xparameters.h | 9 ---- configs/microblaze-generic_defconfig | 8 ++++ include/configs/microblaze-generic.h | 48 +--------------------- 6 files changed, 15 insertions(+), 76 deletions(-) delete mode 100644 arch/microblaze/cpu/cpu.c -- 1.9.1