mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: tegra: beaver: add missing serial alias
@ 2016-02-26 19:33 Lucas Stach
  2016-02-26 19:33 ` [PATCH 2/2] ARM: tegra: use dynamic malloc area size Lucas Stach
  2016-02-29  7:57 ` [PATCH 1/2] ARM: tegra: beaver: add missing serial alias Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Lucas Stach @ 2016-02-26 19:33 UTC (permalink / raw)
  To: barebox

Upstream has dropped those from the base dtsi, as long as we can't
fully switch to the upstream board DT add the correct alias to the
barebox copy.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
 arch/arm/dts/tegra30-beaver.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/tegra30-beaver.dts b/arch/arm/dts/tegra30-beaver.dts
index 91e1354..3e7f879 100644
--- a/arch/arm/dts/tegra30-beaver.dts
+++ b/arch/arm/dts/tegra30-beaver.dts
@@ -10,6 +10,7 @@
 	aliases {
 		rtc0 = "/i2c@7000d000/tps65911@2d";
 		rtc1 = "/rtc@7000e000";
+		serial0 = &uarta;
 	};
 
 	chosen {
-- 
2.5.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 2/2] ARM: tegra: use dynamic malloc area size
  2016-02-26 19:33 [PATCH 1/2] ARM: tegra: beaver: add missing serial alias Lucas Stach
@ 2016-02-26 19:33 ` Lucas Stach
  2016-02-29  7:57 ` [PATCH 1/2] ARM: tegra: beaver: add missing serial alias Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Lucas Stach @ 2016-02-26 19:33 UTC (permalink / raw)
  To: barebox

Remove the fixed malloc area size from the defconfig and allow
barebox to calculate the size dynamically.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
 arch/arm/configs/tegra_v7_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/tegra_v7_defconfig b/arch/arm/configs/tegra_v7_defconfig
index c7b59ac..ff92c39 100644
--- a/arch/arm/configs/tegra_v7_defconfig
+++ b/arch/arm/configs/tegra_v7_defconfig
@@ -8,7 +8,7 @@ CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
 CONFIG_ARM_UNWIND=y
 CONFIG_MMU=y
 CONFIG_STACK_SIZE=0x10000
-CONFIG_MALLOC_SIZE=0x4000000
+CONFIG_MALLOC_SIZE=0x0
 CONFIG_KALLSYMS=y
 CONFIG_HUSH_FANCY_PROMPT=y
 CONFIG_CMDLINE_EDITING=y
-- 
2.5.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] ARM: tegra: beaver: add missing serial alias
  2016-02-26 19:33 [PATCH 1/2] ARM: tegra: beaver: add missing serial alias Lucas Stach
  2016-02-26 19:33 ` [PATCH 2/2] ARM: tegra: use dynamic malloc area size Lucas Stach
@ 2016-02-29  7:57 ` Sascha Hauer
  1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2016-02-29  7:57 UTC (permalink / raw)
  To: Lucas Stach; +Cc: barebox

On Fri, Feb 26, 2016 at 08:33:34PM +0100, Lucas Stach wrote:
> Upstream has dropped those from the base dtsi, as long as we can't
> fully switch to the upstream board DT add the correct alias to the
> barebox copy.
> 
> Signed-off-by: Lucas Stach <dev@lynxeye.de>
> ---
>  arch/arm/dts/tegra30-beaver.dts | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-29  7:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-26 19:33 [PATCH 1/2] ARM: tegra: beaver: add missing serial alias Lucas Stach
2016-02-26 19:33 ` [PATCH 2/2] ARM: tegra: use dynamic malloc area size Lucas Stach
2016-02-29  7:57 ` [PATCH 1/2] ARM: tegra: beaver: add missing serial alias Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox