From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartosz Golaszewski Date: Wed, 29 May 2019 10:01:58 +0200 Subject: [U-Boot] [PATCH v2 0/2] davinci: remove leftover low-level routines Message-ID: <20190529080200.1007-1-brgl@bgdev.pl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Bartosz Golaszewski I'm resending my earlier patch together with David's commit that makes this series not break the build for LEGO EV3. Bartosz Golaszewski (1): arm: davinci: remove leftover assembly David Lechner (1): configs/legoev3: define CONFIG_SKIP_LOWLEVEL_INIT arch/arm/mach-davinci/Makefile | 4 - arch/arm/mach-davinci/lowlevel_init.S | 692 -------------------------- include/configs/legoev3.h | 1 + 3 files changed, 1 insertion(+), 696 deletions(-) delete mode 100644 arch/arm/mach-davinci/lowlevel_init.S -- 2.21.0