From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 26 Sep 2016 18:35:07 -0600 Subject: [U-Boot] [PATCH 9/9] ARM: bcm283x: use OF_CONTROL for bcm283x In-Reply-To: <20160926122651.22132-10-fvogt@suse.com> References: <20160926122651.22132-1-fvogt@suse.com> <20160926122651.22132-10-fvogt@suse.com> 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 On 26 September 2016 at 06:26, Fabian Vogt wrote: > This patch removes use of U_BOOT_DEVICE in board/raspberrypi/rpi/rpi.c, > enables OF_CONTROL in the config and adjusts the rpi_*defconfig configs. > > Signed-off-by: Fabian Vogt > --- > arch/arm/Kconfig | 1 + > board/raspberrypi/rpi/rpi.c | 37 ------------------------------------- > configs/rpi_2_defconfig | 2 ++ > configs/rpi_3_32b_defconfig | 2 ++ > configs/rpi_3_defconfig | 2 ++ > configs/rpi_defconfig | 2 ++ > 6 files changed, 9 insertions(+), 37 deletions(-) Reviewed-by: Simon Glass