27 lines
725 B
Diff
27 lines
725 B
Diff
|
From 78f73ac35437d852f432a60ec4aac279cb46cb29 Mon Sep 17 00:00:00 2001
|
||
|
From: Dennis Gilmore <dennis@ausil.us>
|
||
|
Date: Sat, 21 Mar 2015 12:36:45 -0500
|
||
|
Subject: [PATCH 14/14] BBB tell u-boot to look in the first partition to load
|
||
|
contents
|
||
|
|
||
|
---
|
||
|
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 3fb175e..f223309 100644
|
||
|
--- a/include/configs/am335x_evm.h
|
||
|
+++ b/include/configs/am335x_evm.h
|
||
|
@@ -86,7 +86,7 @@
|
||
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||
|
DEFAULT_LINUX_BOOT_ENV \
|
||
|
"boot_fdt=try\0" \
|
||
|
- "bootpart=0:2\0" \
|
||
|
+ "bootpart=1\0" \
|
||
|
"bootdir=/boot\0" \
|
||
|
"bootfile=zImage\0" \
|
||
|
"fdtfile=undefined\0" \
|
||
|
--
|
||
|
2.3.2
|
||
|
|