blob: 59986cf2f39076e224c8c3f534b90c830468aab4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
From c830e24b1f197e5888a6471dcadb211d0c30c164 Mon Sep 17 00:00:00 2001
From: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Date: Wed, 22 Mar 2017 12:11:36 +0100
Subject: [PATCH 3/3] Beaglebone green
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
---
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 1a7d3e88a3..a6a326d54c 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -105,7 +105,7 @@
DEFAULT_LINUX_BOOT_ENV \
DEFAULT_MMC_TI_ARGS \
DEFAULT_FIT_TI_ARGS \
- "bootpart=0:1\0" \
+ "bootpart=1:1\0" \
"bootdir=/boot\0" \
"bootfile=vmlinuz-linux-libre\0" \
"ramdiskfile=initramfs-linux-libre.img\0" \
--
2.12.1
|