gt; -
> +#else
> +#define NETARGS ""
> #endif
>
> #endif /* __CONFIG_TI_ARMV7_COMMON_H__ */
> --
Build tested for am335x_evm, am43xx_evm and omap5_uevm.
Tested-by: Maxin B. John
Best Regards,
Maxin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi,
On Wed, Jun 10, 2015 at 10:29:47AM +0530, Thirumalesha N wrote:
> Hi all,
>
> I have pulled latest code from u-boot main line through git.
>
> Using linaro tool chain for am335x board
>
> I'm trying to compile tools/env but its giving an error
>
> #make ARCH=arm CROSS_COMPILE=arm-linux-gnu
gt; #endif
> --
> 2.4.2
Tested the same on a Banana Pi board and if it matters,
Tested-by: Maxin B. John
Best Regards,
Maxin
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Ethernet device initialization fails with the following message:
Net: PH: dir_output: error: gpio PH23 not reserved
Phy 1 not found
PHY reset timed out
eth0: ethernet@01c5
Tested on Banana Pi board.
Signed-off-by: Maxin B. John
---
arch/arm/cpu/armv7/sunxi/board.c | 1 +
1 file changed
ut
> > eth0: ethernet@01c5
> >
> > Tested on Banana Pi board.
> >
> > Signed-off-by: Maxin B. John
> > ---
> > arch/arm/cpu/armv7/sunxi/board.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm/cpu/armv7/sunxi/board.c
>
Ethernet device initialization fails with the following message:
Net: PH: dir_output: error: gpio PH23 not reserved
Phy 1 not found
PHY reset timed out
eth0: ethernet@01c5
Tested on Banana Pi board.
Signed-off-by: Maxin B. John
---
arch/arm/cpu/armv7/sunxi/board.c | 1 +
1 file changed
make Merrii_A80_Optimus_defconfig
make
fails with the following error:
board/sunxi/built-in.o: In function `misc_init_r':
/root/u-boot/board/sunxi/board.c:540: undefined reference to
`eth_setenv_enetaddr'
Enable CONFIG_CMD_NET in Merrii_A80_Optimus_defconfig to fix it.
Signed-off-b
Fix the usage info from:
part part uuid :
to
part uuid :
Signed-off-by: Maxin B. John
---
common/cmd_part.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/cmd_part.c b/common/cmd_part.c
index d04588e..8483c12 100644
--- a/common/cmd_part.c
+++ b/common/cmd_part.c
Enable saveenv command and the configs to store environment
persistently in the SD card.
Tested on OMAP4 Panda (OMAP4460 ES1.1)
Signed-off-by: Maxin B. John
---
include/configs/omap4_panda.h | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/include/configs/omap4_panda.h
Replace "mmc open/close" with "mmc dev" in mx6sabre_common.h as those commands
were removed with this commit: 614b2bf1c9bf80dbad24f5e5ce1d115bf24a831d
cmd_mmc.c: Drop open/close mmc sub-commands
Signed-off-by: Maxin B. John
---
include/configs/mx6sabre_common.h | 4 +--
Gentle ping.
On Mon, Sep 08, 2014 at 07:04:16PM +0200, Maxin B. John wrote:
> This patch fixes the build error for CONFIG_CMD_MTDPARTS_SPREAD
>
> Signed-off-by: Maxin B. John
> ---
> drivers/mtd/mtdcore.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>
This patch fixes the build error for CONFIG_CMD_MTDPARTS_SPREAD
Signed-off-by: Maxin B. John
---
drivers/mtd/mtdcore.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c
index 6ad0357..c9efb3f 100644
--- a/drivers/mtd/mtdcore.c
Hi Masahiro-san,
On Fri, Aug 01, 2014 at 07:42:06PM +0900, Masahiro Yamada wrote:
> Hi.
>
>
> On Fri, 1 Aug 2014 11:38:56 +0200
> "Maxin B. John" wrote:
>
> > As we don't have the concept of 'loadable modules' in u-boot,
> > remove text
As we don't have the concept of 'loadable modules' in u-boot,
remove texts referring to modules.
Signed-off-by: Maxin B. John
---
scripts/kconfig/mconf.c | 23 +--
1 file changed, 9 insertions(+), 14 deletions(-)
diff --git a/scripts/kconfig/mconf.c b/
Remove the duplicated argument to | in two places. Reported
by Coccinelle (http://coccinelle.lip6.fr/).
Signed-off-by: Maxin B. John
---
arch/arm/include/asm/emif.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm/include/asm/emif.h b/arch/arm/include/asm/emif.h
index b8d6bdc
Remove the duplicated argument to || check
Signed-off-by: Maxin B. John
---
drivers/net/phy/vitesse.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/phy/vitesse.c b/drivers/net/phy/vitesse.c
index c58fe50..2b29cd8 100644
--- a/drivers/net/phy/vitesse.c
+++ b/drivers/net/phy
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/189358
So,Heiko's update should be applied first.
Signed-off-by: Maxin B. John
---
drivers/mtd/mtdcore.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c
ind
..
Also re-created patch against this. Should I send it as a separate
patch or would you suggest another branch for this fix ?
>
> Best regards,
> Wolfgang Denk
Best Regards,
Maxin B. John
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This patch fixes the build error for CONFIG_CMD_MTDPARTS_SPREAD
introduced by the commit:
commit dfe64e2c89731a3f9950d7acd8681b68df2bae03
Author: Sergey Lapin
Date: Mon Jan 14 03:46:50 2013 +
mtd: resync with Linux-3.7.1
Signed-off-by: Maxin B. John
---
drivers/mtd/mtdcore.c |4
19 matches
Mail list logo