Commit 944206d8 authored by Josua Mayer's avatar Josua Mayer Committed by H. Nikolaus Schaller
Browse files

boot-gta04: set ramdisk_addr_r variable



Most modern distros want to boot with an initramfs, so setting a default
load address for it seems reasonable.

Signed-off-by: default avatarJosua Mayer <josua.mayer97@gmail.com>
parent 4203d6e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ if test "x${scriptversion}" != "x${VERSION}" || test "x${flash}" = "xyes"
	setenv scriptaddr 	0x81800000	# address where we load the boot script
	setenv fdt_addr_r	0x81c00000	# address where we load the flattened device tree
	setenv kernel_addr_r	0x82000000	# address where we load the kernel
	setenv ramdisk_addr_r	0x90000000	# address where we load the initramfs
	# setenv console	ttyS2,115200n8
	# for newer kernels with OMAP console (unfortunately U-Boot can't find out)
	setenv console		ttyO2,115200n8