28 lines
793 B
Diff
28 lines
793 B
Diff
From d4b58fe48083ee98dd86af5b0ec9e831433c98e3 Mon Sep 17 00:00:00 2001
|
|
From: Koen Kooi <koen@dominion.thruhere.net>
|
|
Date: Wed, 3 Apr 2013 08:22:53 +0200
|
|
Subject: [PATCH 01/14] beaglebone: default to beaglebone black for unknown
|
|
EEPROMs
|
|
|
|
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
|
---
|
|
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 ef00306..2ac89af 100644
|
|
--- a/include/configs/am335x_evm.h
|
|
+++ b/include/configs/am335x_evm.h
|
|
@@ -59,7 +59,7 @@
|
|
"rdaddr=0x81000000\0" \
|
|
"bootdir=/boot\0" \
|
|
"bootfile=uImage\0" \
|
|
- "fdtfile=\0" \
|
|
+ "fdtfile=am335x-boneblack.dtb\0" \
|
|
"console=ttyO0,115200n8\0" \
|
|
"optargs=\0" \
|
|
"mtdids=" MTDIDS_DEFAULT "\0" \
|
|
--
|
|
1.8.1.4
|
|
|