diff mbox

[U-Boot,02/17] am335x_evm: Update config for common usage

Message ID 20120802180420.GA26927@bill-the-cat
State Awaiting Upstream
Headers show

Commit Message

Tom Rini Aug. 2, 2012, 6:04 p.m. UTC
On Mon, Jul 30, 2012 at 09:48:48AM -0700, Tom Rini wrote:

> - Add default commands
> - Add HUSH parser
> - Make environment, malloc areas larger
> - Add ATAGS and OF_LIBFDT
> - Add defaults to boot ramdisk and MMC, use uEnv.txt
> 
> Signed-off-by: Tom Rini <trini@ti.com>

I plan to commit this with the following minor addition:


This still leaves a ton of room between the kernel load and
ramdisk/device tree, and sets aside as much room as the PowerPC boards
have been.
diff mbox

Patch

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index e915f56..36f9152 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -48,6 +48,7 @@ 
 #define CONFIG_BOOTDELAY		3
 #define CONFIG_EXTRA_ENV_SETTINGS \
 	"loadaddr=0x80200000\0" \
+	"dtbaddr=0x80F80000\0" \
 	"rdaddr=0x81000000\0" \
 	"bootfile=/boot/uImage\0" \
 	"console=ttyO0,115200n8\0" \