Re: [U-Boot] [PATCH 00/16] pmic: Redesign PMIC framework to support multiple instances of devices

2012-09-17 Thread Lukasz Majewski
Hi Tom, > On Fri, Sep 14, 2012 at 05:39:59PM +0200, Lukasz Majewski wrote: > > > PMIC framework has been redesigned to support multiple instances of > > power related devices (e.g. fuel gauge, PMICs, chargers, micro USB > > IC). > > > > Due to that, code at other architectures and boards have be

Re: [U-Boot] [PATCH 15/16] arm:trats:pmic: Support for charging battery at Samsung's TRATS board

2012-09-17 Thread Lukasz Majewski
Hi Tom , > If I read this right we'll pause in the middle of start up to charge > the battery for possibly a long time right? And this could be a > while loop even, yes? If so to the first one, this really should be > under some sort of CONFIG option. This is one of the options. Other option is

Re: [U-Boot] [PATCH 13/16] arm:trats:pmic: Enable fuel-gauge (MAX17042) at Samsung's TRATS board

2012-09-17 Thread Lukasz Majewski
Hi Tom, > On Fri, Sep 14, 2012 at 05:40:12PM +0200, Lukasz Majewski wrote: > > > FG IC built into the MAX8997 device (compliant to MAX17042) is > > enabled at TRATS. > [snip] > > +#define CONFIG_POWER_FG > > +#define CONFIG_POWER_FG_MAX17042 > > #define CONFIG_POWER_MUIC > > #define CONFIG_POW

Re: [U-Boot] [PATCH 10/16] pmic:max8997: Function for calculating LDO internal register value

2012-09-17 Thread Lukasz Majewski
On Fri, 14 Sep 2012 10:24:49 -0700 Tom Rini wrote: > On Fri, Sep 14, 2012 at 05:40:09PM +0200, Lukasz Majewski wrote: > > > Function for calculating LDO internal register value from passed > > micro Volt. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin Park > > Cc: Stefano

Re: [U-Boot] [PATCH 09/16] pmic:fuel-gauge: Support for MAX17042 fuel-gauge

2012-09-17 Thread Lukasz Majewski
Hi Tom , > On Fri, Sep 14, 2012 at 05:40:08PM +0200, Lukasz Majewski wrote: > > > Support for MAX17042 fuel-gauge (FG), which is built into the > > MAX8997 power management device. > > Special file - fg_battery_cell_params.h with cells characteristics > > added. > [snip] > > +#ifndef __FG_BATTERY

Re: [U-Boot] [PATCH 08/16] pmic:muic: Support for MUIC built into MAX8997 device

2012-09-17 Thread Lukasz Majewski
Hi Stefano, > On 14/09/2012 17:40, Lukasz Majewski wrote: > > Support for MUIC (Micro USB Integrated Circuit) built into the > > MAX8997 power management device. > > > > The MUIC device will work with redesigned PMIC framework. > > > > Signed-off-by: Lukasz Majewski > > Signed-off-by: Kyungmin

[U-Boot] [PATCH] mtd: support ONFI multi lun NAND

2012-09-17 Thread Matthieu CASTET
With onfi a flash is organized into one or more logical units (LUNs). A logical unit (LUN) is the minimum unit that can independently execute commands and report status. Mtd does not exploit LUN, so make it see a big single flash where size is lun_size * number_of_lun. Without this patch MT29F8G0

Re: [U-Boot] [PATCH] common/i2c: Add i2c write command

2012-09-17 Thread Tom Rini
On Sun, Sep 16, 2012 at 01:02:30PM -0500, York Sun wrote: > Add i2c write command to write data from memory to i2c devices. > > Signed-off-by: York Sun This feels like eeprom write, to an i2c-connected eeprom. Is that what you have this for, or something else? -- Tom signature.asc Descript

Re: [U-Boot] [PATCH] mtd: support ONFI multi lun NAND

2012-09-17 Thread Scott Wood
On 09/17/2012 04:21:09 PM, Matthieu CASTET wrote: With onfi a flash is organized into one or more logical units (LUNs). A logical unit (LUN) is the minimum unit that can independently execute commands and report status. Mtd does not exploit LUN, so make it see a big single flash where size

Re: [U-Boot] [PATCH v2 1/4] nand: Add support for unlock.invert

2012-09-17 Thread Scott Wood
On Wed, Aug 22, 2012 at 04:49:42PM -0500, Joe Hershberger wrote: > NAND unlock command allows an invert bit to be set to unlock all but > the selected page range. > > Signed-off-by: Joe Hershberger > --- > Changes in v2: > - Changed invert to allexcept > - Changed unlock printf to debug print > -

Re: [U-Boot] [PATCH v2 2/4] nand: Change ulong to loff_t and size_t

2012-09-17 Thread Scott Wood
On Wed, Aug 22, 2012 at 04:49:43PM -0500, Joe Hershberger wrote: > Missed in previous cleanup. > > Signed-off-by: Joe Hershberger > --- > Changes in v2: > - Added loff_t cleanup to series > > drivers/mtd/nand/nand_util.c | 5 +++-- > include/nand.h | 3 ++- > 2 files changed, 5 in

Re: [U-Boot] [PATCH v2 3/4] nand: consolidate duplicated constants

2012-09-17 Thread Scott Wood
On Wed, Aug 22, 2012 at 04:49:44PM -0500, Joe Hershberger wrote: > NAND_CMD_ constants for lock/unlock should be in the header > > Signed-off-by: Joe Hershberger > --- > > drivers/mtd/nand/nand_util.c | 6 -- > include/linux/mtd/nand.h | 2 ++ > 2 files changed, 2 insertions(+), 6 delet

Re: [U-Boot] [PATCH v2 4/4] nand: Make NAND lock status compatible with Micron

2012-09-17 Thread Scott Wood
On Wed, Aug 22, 2012 at 04:49:45PM -0500, Joe Hershberger wrote: > Micron NAND flash (e.g. MT29F4G08ABADAH4) BLOCK LOCK READ STATUS is not > the same as others. Instead of bit 1 being lock, it is #lock_tight. > To make the driver support either format, ignore bit 1 and use only > bit 0 and bit 2.

Re: [U-Boot] [PATCH 42/71] serial: arm: Implement CONFIG_SERIAL_MULTI into lpc32xx serial driver

2012-09-17 Thread Vladimir Zapolskiy
On 17.09.2012 02:21, Marek Vasut wrote: Implement support for CONFIG_SERIAL_MULTI into lpc32xx serial driver. This driver was so far only usable directly, but this patch also adds support for the multi method. This allows using more than one serial driver alongside the lpc32xx driver. Also, add a

Re: [U-Boot] [PATCH 00/71] serial: Massive rework of the serial subsystem

2012-09-17 Thread Tom Rini
On Mon, Sep 17, 2012 at 01:20:25AM +0200, Marek Vasut wrote: > This patchset is a STAGE 1 of preparation of the stdio and serial subsys > for the driver model. [snip] > 6) Remove unused code used for the non-multi operation >Remove code that was used when CONFIG_SERIAL_MULTI was not selected.

Re: [U-Boot] [PATCH 00/71] serial: Massive rework of the serial subsystem

2012-09-17 Thread Marek Vasut
Dear Tom Rini, > On Mon, Sep 17, 2012 at 01:20:25AM +0200, Marek Vasut wrote: > > This patchset is a STAGE 1 of preparation of the stdio and serial subsys > > for the driver model. > > [snip] > > > 6) Remove unused code used for the non-multi operation > > > >Remove code that was used when

[U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Eric Nelson
Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part number MCIMX-LVDS1) to SABRE-Lite board. This commit is a rebase Fabio Estevan's patch from 5/31 to u-boot-video/master: http://patchwork.ozlabs.org/patch/162206/ Modifications include: removal of i2c setup (unneeded)

[U-Boot] [PATCH V2 1/2] i.MX6: change register name for CCM_CHSCCDR to match ref. manual

2012-09-17 Thread Eric Nelson
Register CCM_CHSCCDR (offset 0x34 in CCM) is named CCM_CHSCCDR in reference manual, but was named chscdr in struct mxc_ccm_reg. Signed-off-by: Eric Nelson --- arch/arm/include/asm/arch-mx6/crm_regs.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/a

[U-Boot] [PATCH V2 0/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Eric Nelson
Series includes one patch to fix a register name in imx6/crm_regs.h and a second that's a re-base of Fabio's patch from 5/31. http://patchwork.ozlabs.org/patch/162206/ arch/arm/include/asm/arch-mx6/crm_regs.h |6 ++- board/freescale/mx6qsabrelite/mx6qsabrelite.c | 90 ++

Re: [U-Boot] [PATCH] common/i2c: Add i2c write command

2012-09-17 Thread sun york-R58495
Tom, It's like eeprom write but it writes to general devices, not specificly to system eeprom. I would have to use i2c mw command a lot without this. York Original Message From: Tom Rini Sent: Mon, Sep 17, 2012 05:16 PM To: sun york-R58495 CC: u-boot@lists.denx.de; u-boot-rele

Re: [U-Boot] [PATCH 0/5] mpc8308rdb: improved hardware support

2012-09-17 Thread Kim Phillips
On Wed, 12 Sep 2012 14:17:30 -0700 "Ira W. Snyder" wrote: > From: "Ira W. Snyder" > > This series improves the hardware support for the Freescale MPC8308RDB board. > > Optional support for the SPI pins routed to header J8 is added for testing SPI > flash chips. This was tested with a Spansion

Re: [U-Boot] [PATCH] common/i2c: Add i2c write command

2012-09-17 Thread Tom Rini
On Mon, Sep 17, 2012 at 11:29:00PM +, sun york-R58495 wrote: > Tom, > > It's like eeprom write but it writes to general devices, not specificly to > system eeprom. I would have to use i2c mw command a lot without this. Right. I guess what I'm getting at is, are you writing to some sort of

[U-Boot] [GIT PULL] mpc83xx: mpc8308rdb enhancements

2012-09-17 Thread Kim Phillips
Hi Tom, Ira improved mpc8308rdb h/w support by making it more comprehensive. Please pull: The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Fabio Estevam
Hi Eric, On Mon, Sep 17, 2012 at 8:14 PM, Eric Nelson wrote: > Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part > number MCIMX-LVDS1) to SABRE-Lite board. > > This commit is a rebase Fabio Estevan's patch from 5/31 to s/Estevan/Estevam > +int board_late_init(void) > +{ > +

Re: [U-Boot] mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver

2012-09-17 Thread Scott Wood
On Thu, Aug 30, 2012 at 01:39:38PM -, Marek Vasut wrote: > This is based on Linux kernel -next: > > commit a1256b0e087ed3cdb584c683acb966ee885f733c > Author: Brian Norris > Date: Fri Jul 13 09:28:24 2012 -0700 > > mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver > > Th

Re: [U-Boot] mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver

2012-09-17 Thread Marek Vasut
Dear Scott Wood, > On Thu, Aug 30, 2012 at 01:39:38PM -, Marek Vasut wrote: > > This is based on Linux kernel -next: > > > > commit a1256b0e087ed3cdb584c683acb966ee885f733c > > Author: Brian Norris > > Date: Fri Jul 13 09:28:24 2012 -0700 > > > > mtd: nand: allow NAND_NO_SUBPAGE_WRITE

Re: [U-Boot] mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver

2012-09-17 Thread Scott Wood
On 09/17/2012 07:01:39 PM, Marek Vasut wrote: Dear Scott Wood, > On Thu, Aug 30, 2012 at 01:39:38PM -, Marek Vasut wrote: > > This is based on Linux kernel -next: > > > > commit a1256b0e087ed3cdb584c683acb966ee885f733c > > Author: Brian Norris > > Date: Fri Jul 13 09:28:24 2012 -0700 > >

Re: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Eric Nelson
Hi Fabio, On 09/17/2012 04:43 PM, Fabio Estevam wrote: Hi Eric, On Mon, Sep 17, 2012 at 8:14 PM, Eric Nelson wrote: Adds support for the Hannstar 1024 x 768 LVDS panel (Freescale part number MCIMX-LVDS1) to SABRE-Lite board. This commit is a rebase Fabio Estevan's patch from 5/31 to s/Est

Re: [U-Boot] [PATCH v6 3/4] OMAP: networking support for SPL

2012-09-17 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/12 13:26, Ilya Yanok wrote: > This patch adds support for networking in SPL. Some devices are > capable of loading SPL via network so it makes sense to load the > main U-Boot binary via network too. This patch tries to use > existing networ

Re: [U-Boot] [PATCH v2 13/13] mxc nand: Add support for i.MX5

2012-09-17 Thread Scott Wood
On Tue, Aug 21, 2012 at 11:04:14PM +0200, Benoît Thébaudeau wrote: > Signed-off-by: Benoît Thébaudeau > Cc: Scott Wood > Cc: Stefano Babic > --- > Changes for v2: > - Fix warning for unused tmp variable in board_nand_init() for NFC V1. > > .../arch/arm/include/asm/arch-mx5/imx-regs.h |

Re: [U-Boot] [PATCH 06/13] mxc nand: Access all ecc_status_result fields

2012-09-17 Thread Scott Wood
On Mon, Aug 13, 2012 at 10:49:42PM +0200, Benoît Thébaudeau wrote: > On the NFC IP 1.1, the 32-bit ecc_status_result value comes from 2 > consecutive 16-bit registers. This patch reads all the fields of this value, > which makes a difference for 4-kiB NF pages. > > Signed-off-by: Benoît Thébaudeau

Re: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Fabio Estevam
On Mon, Sep 17, 2012 at 9:43 PM, Eric Nelson wrote: > Like this? > http://lists.denx.de/pipermail/u-boot/2012-August/129967.html Yes, correct. Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/lis

Re: [U-Boot] [PATCH V2 2/2] i.MX6: mx6qsabrelite: Add splash screen support

2012-09-17 Thread Eric Nelson
On 09/17/2012 05:08 PM, Eric Nelson wrote: Hi Fabio, On 09/17/2012 04:43 PM, Fabio Estevam wrote: Hi Eric, +int board_late_init(void) +{ + setenv("stdout", "serial"); + return 0; +} Please see my previous comment on v1 about this. Wolfgang nacked this method and Stefano has proposed a ni

Re: [U-Boot] [PATCH 06/13] mxc nand: Access all ecc_status_result fields

2012-09-17 Thread Scott Wood
On 09/17/2012 07:39:35 PM, Scott Wood wrote: On Mon, Aug 13, 2012 at 10:49:42PM +0200, Benoît Thébaudeau wrote: > On the NFC IP 1.1, the 32-bit ecc_status_result value comes from 2 > consecutive 16-bit registers. This patch reads all the fields of this value, > which makes a difference for 4-k

Re: [U-Boot] [PATCH v3 10/10] i2c: sh_i2c: use setbits/clrbits macro

2012-09-17 Thread Nobuhiro Iwamatsu
On Fri, Sep 14, 2012 at 2:08 PM, Tetsuyuki Kobayashi wrote: > Use setbits/clrbits macro when read-modify-write register. > > Signed-off-by: Tetsuyuki Kobayashi > --- > Changes for v3: > - new > > drivers/i2c/sh_i2c.c |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --

Re: [U-Boot] [PATCH 61/71] serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver

2012-09-17 Thread Nobuhiro Iwamatsu
On Mon, Sep 17, 2012 at 8:21 AM, Marek Vasut wrote: > Implement support for CONFIG_SERIAL_MULTI into sh serial driver. > This driver was so far only usable directly, but this patch also adds > support for the multi method. This allows using more than one serial > driver alongside the sh driver. Al

Re: [U-Boot] [PATCH v2 13/13] mxc nand: Add support for i.MX5

2012-09-17 Thread Scott Wood
On Tue, Aug 21, 2012 at 11:04:14PM +0200, Benoît Thébaudeau wrote: > Signed-off-by: Benoît Thébaudeau > Cc: Scott Wood > Cc: Stefano Babic > --- > Changes for v2: > - Fix warning for unused tmp variable in board_nand_init() for NFC V1. > > .../arch/arm/include/asm/arch-mx5/imx-regs.h |

Re: [U-Boot] [PATCH] sh: ap_sh4a_4a: Fixed initialization value of DDR memory

2012-09-17 Thread Nobuhiro Iwamatsu
Appled, thanks. Best regards, NObuhiro On Thu, Sep 6, 2012 at 9:36 AM, Nobuhiro Iwamatsu wrote: > The wrong value was set as value of column of DDR memory for ap_sh4a_4a. > 10 is the right value. This fixed this problem. > > Signed-off-by: Nobuhiro Iwamatsu > --- > board/alphaproject/ap_sh4a

Re: [U-Boot] [PATCH] net: sh_eth: Add support R8A7740 of rmobile (arm core)

2012-09-17 Thread Nobuhiro Iwamatsu
Hi, Joe. Could you pick this patch to your repository? Best regards, Nobuhiro On Fri, Aug 3, 2012 at 5:08 PM, Nobuhiro Iwamatsu wrote: > R8A7740 of rmobile has ethernet device, and this is same IP of > sh-ether. This support R8A7740 of rmobile. > > Signed-off-by: Hideyuki Sano > Signed-off-b

Re: [U-Boot] [GIT PULL] mpc83xx: mpc8308rdb enhancements

2012-09-17 Thread Tom Rini
On Mon, Sep 17, 2012 at 06:36:56PM -0500, Kim Phillips wrote: > Hi Tom, > > Ira improved mpc8308rdb h/w support by making it more comprehensive. > Please pull: > > The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: > > Merge branch 'master' of git://git.denx.de/u-boot

Re: [U-Boot] [PATCH 00/13] mxc nand: Add support for i.MX5

2012-09-17 Thread Scott Wood
On Mon, Aug 13, 2012 at 10:47:56PM +0200, Benoît Thébaudeau wrote: > Hi all, > > This series aims at adding support for i.MX5 to the mxc nand mtd and spl > drivers. It also fixes several issues and cleans up the code a little bit. Applied patches 1-12 to u-boot-nand-flash. For patch 13 I'm waiti

[U-Boot] Pull request: nand flash

2012-09-17 Thread Scott Wood
The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721: Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master for you to fetch changes up to 9c60e75e05

Re: [U-Boot] [PATCH 47/71] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver

2012-09-17 Thread Minkyu Kang
On 17 September 2012 08:21, Marek Vasut wrote: > Implement support for CONFIG_SERIAL_MULTI into s3c64xx serial driver. > This driver was so far only usable directly, but this patch also adds > support for the multi method. This allows using more than one serial > driver alongside the s3c64xx drive

Re: [U-Boot] [PATCH 12/71] serial: s5p: Move serial registration from serial_initialize()

2012-09-17 Thread Minkyu Kang
Dear Marek, On 17 September 2012 08:20, Marek Vasut wrote: > Move the registration of s5p_serialN_device ports from default > serial_initialize() into driver specific function called from > serial_initialize(). This slims down the serial_initialize() call > to a bare tracker of all possible seria

Re: [U-Boot] [PATCH] gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices

2012-09-17 Thread Minkyu Kang
Dear Lukasz Majewski, On 13 September 2012 22:45, Lukasz Majewski wrote: > Hi Minkyu, > >> Now proper GPIO parts numbering is handled at Samsung devices. >> This fix is necessary for code using GPIO located at other banks >> than first. >> >> Test HW: >> - Exynos4210 - Trats >> - S5PC110 - goni >

Re: [U-Boot] [PATCH] video: cfb_console: flush dcache for frame buffer in DRAM

2012-09-17 Thread Eric Nelson
Hi Anatolij, I hate to come in late to the discussion, but while testing [1] with cache enabled, I started down the path of fixing up code paths within drivers/video/cfb_console.c that are followed by SABRE Lite as you did in [2]. [1] [PATCH V2 0/2] i.MX6: mx6qsabrelite: Add splash screen

Re: [U-Boot] [GIT PULL] mpc83xx: mpc8308rdb enhancements

2012-09-17 Thread Ira W. Snyder
On Mon, Sep 17, 2012 at 06:18:12PM -0700, Tom Rini wrote: > On Mon, Sep 17, 2012 at 06:36:56PM -0500, Kim Phillips wrote: > > Hi Tom, > > > > Ira improved mpc8308rdb h/w support by making it more comprehensive. > > Please pull: > > > > The following changes since commit a6f0c4faa4c65a7b7048b12c9d

Re: [U-Boot] [PATCH] mx51evk: Add CONFIG_REVISION_TAG

2012-09-17 Thread Fabio Estevam
Hi Benoît , On Mon, Sep 17, 2012 at 4:04 PM, Benoît Thébaudeau wrote: > +u32 get_board_rev(void) > +{ > + return get_cpu_rev(); > +} Is this enough? Looking at FSL U-boot there is also a: static inline void set_board_rev(void) { if ((__REG(GPIO1_BASE_ADDR + 0x0) & (0x1 << 22)) =

[U-Boot] [PATCH] board/freescale/common:QIXIS:Fix magic number usage

2012-09-17 Thread Prabhakar Kushwaha
QIXIS FPGA layout defines the address of registers but The actual register bit implementation is board-specific, So avoid use of magic numbers as it may vary across different boards's QIXIS FPGA implementation. Also, Avoid board specific defines in common/qixis.h Signed-off-by: Prabhakar Kushwah

Re: [U-Boot] [PATCH] common/i2c: Add i2c write command

2012-09-17 Thread York Sun
On 09/17/2012 06:36 PM, Tom Rini wrote: On Mon, Sep 17, 2012 at 11:29:00PM +, sun york-R58495 wrote: Tom, It's like eeprom write but it writes to general devices, not specificly to system eeprom. I would have to use i2c mw command a lot without this. Right. I guess what I'm getting at

Re: [U-Boot] [PATCH 03/71] serial: Properly spell out the structure member names of serial_driver

2012-09-17 Thread Michal Simek
On 09/17/2012 01:20 AM, Marek Vasut wrote: Properly spell out the whole structure member names when an initialized varible is instantiated from the struct serial_driver. In case the structure definition for struct serial_driver undergoes reordering, there will be no impact on variables defined ba

Re: [U-Boot] [PATCH 13/71] serial: microblaze: Move serial registration from serial_initialize()

2012-09-17 Thread Michal Simek
On 09/17/2012 01:20 AM, Marek Vasut wrote: Move the registration of xuartlite_serialN_device ports from default serial_initialize() into driver specific function called from serial_initialize(). This slims down the serial_initialize() call to a bare tracker of all possible serial port registratio

Re: [U-Boot] [PATCH] Exynos5250: Enable PXE Support

2012-09-17 Thread Chander Kashyap
ping On 5 September 2012 16:08, Chander Kashyap wrote: > Add PXE support for the Exynos5250. > > Signed-off-by: Chander Kashyap > --- > include/configs/smdk5250.h |6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h > index 27

<    1   2