Re: [U-Boot] [PATCH V2 2/8] imx: mx6: Add plugin support

2016-09-27 Thread Tom Rini
On Tue, Sep 27, 2016 at 05:23:21PM +0800, Peng Fan wrote: > Add mx6_plugin.S which calls boot rom setup function, generate the second ivt, > and jump back to boot rom. > > Signed-off-by: Peng Fan > Signed-off-by: Ye Li > Signed-off-by: Utkarsh Gupta Reviewed-by: Tom Rini -- Tom signature

Re: [U-Boot] [PATCH V2 1/8] tools: imximage: add plugin support

2016-09-27 Thread Tom Rini
On Tue, Sep 27, 2016 at 05:23:20PM +0800, Peng Fan wrote: > Add plugin support for imximage. > > Define CONFIG_USE_IMXIMG_PLUGIN in defconfig to enable using plugin. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Eric Nelson > Cc: Troy Kisky > Cc: Ye Li Reviewed-by: Tom Rini -- T

Re: [U-Boot] [PATCH V2 6/8] imx: mx6ullevk: support plugin

2016-09-27 Thread Tom Rini
On Tue, Sep 27, 2016 at 05:23:25PM +0800, Peng Fan wrote: > Add plugin code for mx6ullevk. > Define CONFIG_USE_PLUGIN in include/configs/mx6ullevk.h to use plugin code. This isn't the correct thing to say now that it's in Kconfig. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > --- > > V2:

Re: [U-Boot] [PATCH V2 3/8] imx: mx7: Add plugin support

2016-09-27 Thread Tom Rini
On Tue, Sep 27, 2016 at 05:23:22PM +0800, Peng Fan wrote: > Add mx7_plugin.S which calls boot rom setup function, generate the second ivt, > and jump back to boot rom. > > Signed-off-by: Peng Fan > Signed-off-by: Ye Li > Cc: Stefano Babic Reviewed-by: Tom Rini -- Tom signature.asc Descri

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-27 Thread Bin Meng
Hi Simon, On Wed, Sep 28, 2016 at 1:55 AM, Simon Glass wrote: > Hi Bin, > > On 26 September 2016 at 20:44, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Sep 27, 2016 at 8:35 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 26 September 2016 at 02:50, Bin Meng wrote: Hi Simon, On Mon,

Re: [U-Boot] [PATCH V2 6/8] imx: mx6ullevk: support plugin

2016-09-27 Thread Peng Fan
Hi Tom, On Tue, Sep 27, 2016 at 08:46:32PM -0400, Tom Rini wrote: >On Tue, Sep 27, 2016 at 05:23:25PM +0800, Peng Fan wrote: > >> Add plugin code for mx6ullevk. >> Define CONFIG_USE_PLUGIN in include/configs/mx6ullevk.h to use plugin code. > >This isn't the correct thing to say now that it's in Kco

Re: [U-Boot] [PATCH] imx-common: enlarge mux width to 4

2016-09-27 Thread Peng Fan
Hi Stefano, Ping.. I did not see this patch in patchwork (:- Thanks, Peng. On Sun, Sep 18, 2016 at 04:28:28PM +0800, van.free...@gmail.com wrote: >From: Peng Fan > >For i.MX6, the mux width is 4, not 3. So enlarge the width. >IOMUX_CONFIG_LPSR is changed from 0x8 to 0x20 to not use bit 3 of mux

Re: [U-Boot] [PATCH v2 06/27] spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:19:56PM -0600, Simon Glass wrote: > Move this option to Kconfig and tidy up existing uses. Also add a function > comment to the header file. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature _

Re: [U-Boot] [PATCH v2 07/27] spl: Convert boot_device into a struct

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:19:57PM -0600, Simon Glass wrote: > At present some spl_xxx_load_image() functions take a parameter and some > don't. Of those that do, most take an integer but one takes a string. > > Convert this parameter into a struct so that we can pass all functions the > same thi

Re: [U-Boot] [PATCH v2 08/27] spl: Add a way to declare an SPL image loader

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:19:58PM -0600, Simon Glass wrote: > Add a linker list macro which can be used to declare an SPL image loader. > Update spl_load_image() to search available loaders for the correct one. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Desc

Re: [U-Boot] [PATCH v2 09/27] spl: Convert spl_ram_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:19:59PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 12/27] spl: Convert spl_nand_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:02PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 10/27] spl: Convert spl_mmc_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:00PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 13/27] spl: Convert spl_onenand_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:03PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 11/27] spl: Convert spl_ubi_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:01PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 14/27] spl: Convert spl_nor_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:04PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 16/27] spl: Convert spl_usb_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:06PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 15/27] spl: Convert spl_ymodem_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:05PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 19/27] spl: Convert spl_spi_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:09PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. Also set up the sunxi function. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 17/27] spl: Convert spl_sata_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:07PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 21/27] spl: Convert spl_net_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:11PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. We need two variants - one for BOOT_DEVICE_CPGMAC and one for > BOOT_DEVICE_USBETH. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- To

Re: [U-Boot] [PATCH v2 20/27] spi: Move freescale-specific code into a private header

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:10PM -0600, Simon Glass wrote: > At present there are two SPI functions only used by freescale which are > defined in the spi_flash.h header. One function name matches an existing > generic SPL function. > > Move these into a private header to avoid confusion. > > A

Re: [U-Boot] [PATCH v2 02/29] Convert SILENT_CONSOLE options to Kconfig

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:16:58PM -0600, Simon Glass wrote: > Move these option to Kconfig and tidy up existing uses. > > The Power PC boards don't have a suitable common element: the common header > files don't appear to line up with the Kconfig files as far as I can tell. > This results in a l

Re: [U-Boot] [PATCH v2 03/29] Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:16:59PM -0600, Simon Glass wrote: > Move these option to Kconfig and tidy up existing uses. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot mailing lis

Re: [U-Boot] [PATCH v2 08/29] Convert CONFIG_CFB_CONSOLE to Kconfig

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:17:04PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_CFB_CONSOLE > > Signed-off-by: Simon Glass [snip] > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig > index bc246c5..33d85e7 100644 > --- a/drivers/video/Kconfig > +++ b/

Re: [U-Boot] [PATCH v2 04/29] Convert CONFIG_SYS_CONSOLE_IS_IN_ENV et al to Kconfig

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:17:00PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_SYS_CONSOLE_IS_IN_ENV >CONFIG_CONSOLE_MUX > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Make CONSOLE_MUX default y if DM_VIDEO || VIDEO || LCD > > README

Re: [U-Boot] [PATCH v2 22/27] spl: Convert spl_board_load_image() to use linker list

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:20:12PM -0600, Simon Glass wrote: > Add a linker list declaration for this method and remove the explicit > switch() code. Update existing users. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [PATCH v2 27/29] Convert CONFIG_SYS_CONSOLE_INFO_QUIET to Kconfig

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:17:23PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_SYS_CONSOLE_INFO_QUIET > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v2 16/29] Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:17:12PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_VGA_AS_SINGLE_DEVICE > > Once we migrate to driver model for video, we should be able to drop this > option. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signa

Re: [U-Boot] [PATCH v2 28/29] Convert CONFIG_USB_KEYBOARD to Kconfig

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:17:24PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_USB_KEYBOARD > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot ma

Re: [U-Boot] [PATCH v2 29/29] Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig

2016-09-27 Thread Tom Rini
On Sat, Sep 24, 2016 at 06:17:25PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_SYS_STDIO_DEREGISTER > > This option should never be enabled in SPL, so use > CONFIG_IS_ENABLED(SYS_STDIO_DEREGISTER) when checking the option. > > Signed-off-by: Simon Glass Revi

Re: [U-Boot] [PATCH V2 6/8] imx: mx6ullevk: support plugin

2016-09-27 Thread Tom Rini
On Wed, Sep 28, 2016 at 09:31:23AM +0800, Peng Fan wrote: > Hi Tom, > On Tue, Sep 27, 2016 at 08:46:32PM -0400, Tom Rini wrote: > >On Tue, Sep 27, 2016 at 05:23:25PM +0800, Peng Fan wrote: > > > >> Add plugin code for mx6ullevk. > >> Define CONFIG_USE_PLUGIN in include/configs/mx6ullevk.h to use pl

Re: [U-Boot] [PATCH v2 11/12] RFC: Use binman for a sunxi board

2016-09-27 Thread Tom Rini
On Sun, Sep 25, 2016 at 03:52:27PM -0600, Simon Glass wrote: > Add an example usage of binman for a sunxi board. This involves adding the > image definition to the device tree and using it in the Makefile. > > This is for example only. > > Signed-off-by: Simon Glass > --- > > Changes in v2: No

[U-Boot] [PATCH] imx: imx6ul: disable POR_B internal pull up

2016-09-27 Thread Peng Fan
>From TO1.1, SNVS adds internal pull up control for POR_B, the register filed is GPBIT[1:0], after system boot up, it can be set to 2b'01 to disable internal pull up. It can save about 30uA power in SNVS mode. Signed-off-by: Peng Fan Cc: Stefano Babic --- arch/arm/cpu/armv7/mx6/soc.c | 29 +

Re: [U-Boot] [PATCH 2/2] power: regulator: lp873x: Add regulator support

2016-09-27 Thread Keerthy
On Tuesday 27 September 2016 11:25 PM, Simon Glass wrote: Hi Keerthy, On 26 September 2016 at 21:45, Keerthy wrote: On Tuesday 27 September 2016 06:04 AM, Simon Glass wrote: Hi, On 26 September 2016 at 00:00, Keerthy wrote: The driver provides regulator set/get voltage enable/disable

Re: [U-Boot] [PATCH v4 4/6] power: regulator: palmas: Add regulator support

2016-09-27 Thread Keerthy
Simon, On Monday 26 September 2016 10:05 AM, Keerthy wrote: The driver provides regulator set/get voltage enable/disable functions for palmas family of PMICs. Signed-off-by: Keerthy Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- drivers/power/regulator/Kconfig| 8 + driver

[U-Boot] [PATCH v5 1/6] power: regulator: Add ctrl_reg and volt_reg fields for pmic

2016-09-27 Thread Keerthy
The ctrl reg contains bit fields to enable and disable regulators, and volt_reg has the bit fields to configure the voltage values. The registers are frequently accessed hence make them part of dm_regulator_uclass_platdata structure. Signed-off-by: Keerthy Reviewed-by: Tom Rini Reviewed-by: Simo

[U-Boot] [PATCH v5 4/6] configs: dra7xx_evm_defconfig: Enable PALMAS options

2016-09-27 Thread Keerthy
Enable palmas PMIC config options. Signed-off-by: Keerthy Reviewed-by: Tom Rini --- configs/dra7xx_evm_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index c74dc18..4af1b03 100644 --- a/configs/dra7xx_evm_defconfig ++

[U-Boot] [PATCH v5 3/6] power: regulator: palmas: Add regulator support

2016-09-27 Thread Keerthy
The driver provides regulator set/get voltage enable/disable functions for palmas family of PMICs. Signed-off-by: Keerthy Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v5: * Used pmic_reg_read pmic_reg_write functions instead of direct i2c calls. drivers/power/regulato

[U-Boot] [PATCH v5 5/6] configs: am57xx_evm_defconfig: Enable PALMAS options

2016-09-27 Thread Keerthy
Enable palmas PMIC config options. Signed-off-by: Keerthy Reviewed-by: Tom Rini --- configs/am57xx_evm_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index 27ea472..6c60d9b 100644 --- a/configs/am57xx_evm_defconfig ++

[U-Boot] [PATCH v5 2/6] power: pmic: Palmas: Add the base pmic support

2016-09-27 Thread Keerthy
Add support to bind the regulators/child nodes with the pmic. Also adds the pmic i2c based read/write funtions to access pmic registers. Signed-off-by: Keerthy Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v5: * Added pmic read/write functions. drivers/power/pmic/Kconfig

[U-Boot] [PATCH v5 0/6] power: pmic: Add support for Palmas family of PMICs

2016-09-27 Thread Keerthy
The series adds support for Palmas family of PMICs. Implements functions to configure regulators. Enable/Disable Get/Set voltages of regulators. Supports TPS659038, TPS65917, Palmas. Tested on TPS659038, TPS65917 using DRA7XX-EVM and AM57XX-EVM. Changes in v5: removed u8 i2c read/write function

[U-Boot] [PATCH v5 6/6] configs: am57xx_evm_defconfig: Enable CMD_REG option

2016-09-27 Thread Keerthy
Enable CMD_REG option. Signed-off-by: Keerthy --- configs/am57xx_evm_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index 6c60d9b..38424e6 100644 --- a/configs/am57xx_evm_defconfig +++ b/configs/am57xx_evm_defconfig @@

Re: [U-Boot] [PATCH v5 0/6] power: pmic: Add support for Palmas family of PMICs

2016-09-27 Thread Keerthy
Simon, On Wednesday 28 September 2016 09:57 AM, Keerthy wrote: The series adds support for Palmas family of PMICs. Implements functions to configure regulators. Enable/Disable Get/Set voltages of regulators. Supports TPS659038, TPS65917, Palmas. Tested on TPS659038, TPS65917 using DRA7XX-EVM a

[U-Boot] [PATCH v2 0/2] power: pmic: Add support for LP873X family of PMICs

2016-09-27 Thread Keerthy
The series adds support for LP873X family of PMICs. Implements functions to configure regulators. Enable/Disable Get/Set voltages of regulators. Keerthy (2): power: pmic: lp873x: Add the base pmic support power: regulator: lp873x: Add regulator support drivers/power/pmic/Kconfig

[U-Boot] [PATCH v2 1/2] power: pmic: lp873x: Add the base pmic support

2016-09-27 Thread Keerthy
Add support to bind the regulators/child nodes with the pmic. Signed-off-by: Keerthy --- Changes in v2: * Added pmic read/write functions. drivers/power/pmic/Kconfig | 7 drivers/power/pmic/Makefile | 1 + drivers/power/pmic/lp873x.c | 90

[U-Boot] [PATCH v2 2/2] power: regulator: lp873x: Add regulator support

2016-09-27 Thread Keerthy
The driver provides regulator set/get voltage enable/disable functions for lp873x family of PMICs. Signed-off-by: Keerthy --- Changes in v2: * Used pmic_reg_read/pmic_reg_write instead of direct i2c read/write calls. drivers/power/regulator/Kconfig| 8 + drivers/power/regu

Re: [U-Boot] [PATCH 2/3] ARM: keystone: rename clk_get_rate() to ks_clk_get_rate()

2016-09-27 Thread Masahiro Yamada
2016-09-26 20:45 GMT+09:00 Masahiro Yamada : > The KeyStone platform has its own clk_get_rate() but its prototype > is different from that of the common-clk (clk-uclass) framework. > > Prefix the KeyStone specific implementation with _ks in order to > avoid name-space conflict. > > Signed-off-by: M

Re: [U-Boot] [PATCH 2/2] power: regulator: lp873x: Add regulator support

2016-09-27 Thread Keerthy
On Wednesday 28 September 2016 08:57 AM, Keerthy wrote: On Tuesday 27 September 2016 11:25 PM, Simon Glass wrote: Hi Keerthy, On 26 September 2016 at 21:45, Keerthy wrote: On Tuesday 27 September 2016 06:04 AM, Simon Glass wrote: Hi, On 26 September 2016 at 00:00, Keerthy wrote: T

Re: [U-Boot] [PATCH 5/5] check-config: allow to complete build even with ad-hoc CONFIG options

2016-09-27 Thread Masahiro Yamada
Hi Tom, Simon, 2016-09-28 2:44 GMT+09:00 Tom Rini : > On Mon, Sep 26, 2016 at 01:05:02PM +0900, Masahiro Yamada wrote: > >> Currently, the check-config.sh terminates the build when unknown >> ad-hoc options are detected. I think it is too much because we may >> want to patch config headers locall

Re: [U-Boot] [PATCH 4/7] Convert CONFIG_SYS_FSL_ERRATUM_A010315 to Kconfig option

2016-09-27 Thread Z.Q. Hou
Tested-by: Hou Zhiqiang > -Original Message- > From: York Sun [mailto:york@nxp.com] > Sent: 2016年9月26日 23:09 > To: tr...@konsulko.com > Cc: s...@chromium.org; u-boot@lists.denx.de; york sun ; > Z.Q. Hou > Subject: [PATCH 4/7] Convert CONFIG_SYS_FSL_ERRATUM_A010315 to > Kconfig option

[U-Boot] [PATCH v2] tools: mkimage: Add support for initialization table for Zynq and ZynqMP

2016-09-27 Thread Mike Looijmans
The Zynq/ZynqMP boot.bin file contains a region for register initialization data. Filling in proper values in this table can reduce boot time (e.g. about 50ms faster on QSPI boot) and also reduce the size of the SPL binary. The table is a simple text file with register+data on each line. Other lin

[U-Boot] [PATCH] mach-zynq/Kconfig: Make SYS_VENDOR configurable

2016-09-27 Thread Mike Looijmans
Add a string description for SYS_VENDOR to allow configuring boards from other vendors than just "xilinx". Signed-off-by: Mike Looijmans --- This patch is needed to support a set of Zynq and ZynqMP boards arch/arm/mach-zynq/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/ma

[U-Boot] [PATCH] rockchip: enable SPL_OF_PLATDATA for rk3288 board

2016-09-27 Thread Jacob Chen
It seems ddr auto detect make SPL image to large. So we have to use SPL_OF_PLATDATA to reduce size. Signed-off-by: Jacob Chen --- configs/evb-rk3288_defconfig | 4 configs/fennec-rk3288_defconfig | 3 +++ configs/miniarm-rk3288_defconfig | 3 +++ 3 files changed, 10 insertions(+) dif

<    1   2