summaryrefslogtreecommitdiffstats
path: root/0002-am335x_evm-Update-the-ramdisk-args-we-pass-things-in.patch
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2014-03-15 10:33:03 -0500
committerDennis Gilmore <dennis@ausil.us>2014-03-15 10:33:03 -0500
commitf0eb5e434f160f23d912a14100119ee567a114b1 (patch)
tree0ecc9d94b96cff789f7fb60591c185a0ee7aa9aa /0002-am335x_evm-Update-the-ramdisk-args-we-pass-things-in.patch
parentbcb02e56432f409f0a7fd30697fe1b238528b51a (diff)
downloaduboot-tools-f0eb5e434f160f23d912a14100119ee567a114b1.tar.gz
uboot-tools-f0eb5e434f160f23d912a14100119ee567a114b1.tar.xz
uboot-tools-f0eb5e434f160f23d912a14100119ee567a114b1.zip
Add missing header
- pull in patches on their way upstream to fix some issues with ti - systems. - refactor beaglebone and pandaboard patches
Diffstat (limited to '0002-am335x_evm-Update-the-ramdisk-args-we-pass-things-in.patch')
-rw-r--r--0002-am335x_evm-Update-the-ramdisk-args-we-pass-things-in.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/0002-am335x_evm-Update-the-ramdisk-args-we-pass-things-in.patch b/0002-am335x_evm-Update-the-ramdisk-args-we-pass-things-in.patch
new file mode 100644
index 0000000..e10bfdd
--- /dev/null
+++ b/0002-am335x_evm-Update-the-ramdisk-args-we-pass-things-in.patch
@@ -0,0 +1,27 @@
+From d501ece818fe10845bb0a005d986acf1e143a313 Mon Sep 17 00:00:00 2001
+From: Tom Rini <trini@ti.com>
+Date: Tue, 11 Mar 2014 15:42:02 -0400
+Subject: [PATCH 2/8] am335x_evm: Update the ramdisk args, we pass things in
+ just fine via DT
+
+Signed-off-by: Tom Rini <trini@ti.com>
+---
+ include/configs/am335x_evm.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
+index 6bd8aec..11088b3 100644
+--- a/include/configs/am335x_evm.h
++++ b/include/configs/am335x_evm.h
+@@ -79,7 +79,7 @@
+ "nfsopts=nolock\0" \
+ "static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}" \
+ "::off\0" \
+- "ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=${rdaddr},64M\0" \
++ "ramroot=/dev/ram0 rw\0" \
+ "ramrootfstype=ext2\0" \
+ "mmcargs=setenv bootargs console=${console} " \
+ "${optargs} " \
+--
+1.9.0
+