[U-Boot] [PATCH 02/17] am335x_evm: Update config for common usage
Tom Rini
trini at ti.com
Thu Aug 2 20:04:20 CEST 2012
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 at ti.com>
I plan to commit this with the following minor addition:
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" \
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.
--
Tom
More information about the U-Boot
mailing list