9
0
Fork 0
barebox/arch/arm/boards/beaglebone
Philipp Zabel cfd028800e ARM: AM335x: Beaglebone: Fix memory setup for Beaglebone black
Commit 0d6392de4a introduced a stripped
down device tree used for both white and black Beaglebone variants
that included the 256 MiB memory node from am335x-bone-common.dtsi.
This leads to the following error in the MLO:

    mmu: Critical Error: Can't request SDRAM region for ttb at 9fff4000

This patch removes the (for the Beaglebone black) invalid memory size
from the common device tree and instead registers the memory bank
manually in the board file.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-06-17 20:33:53 +02:00
..
defaultenv-beaglebone ARM: AM335x: beaglebone: change to defaultenv_append_directory 2014-05-15 13:54:56 +02:00
Makefile ARM: AM335x: beaglebone: change to defaultenv_append_directory 2014-05-15 13:54:56 +02:00
beaglebone.h ARM: beaglebone: Switch to devicetree and multiimage 2013-12-10 14:35:34 +01:00
board.c ARM: AM335x: Beaglebone: Fix memory setup for Beaglebone black 2014-06-17 20:33:53 +02:00
lowlevel.c ARM: AM335x: Beaglebone: Use stripped down devicetree for MLO 2014-06-05 12:09:11 +02:00