[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-415-gc107dbf
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2014-09-18 14:39:07
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via c107dbfb0f351007d98923bb4ca65965383db65d (commit)
from 31806a95e6b92f54d7a9015e90dd08fbf8ecaca1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c107dbfb0f351007d98923bb4ca65965383db65d
Author: Fabien Marteau <fab...@ar...>
Date: Thu Sep 18 16:38:35 2014 +0200
[U-BOOT][APF6] Boot Linux on eMMC by default
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/apf6/apf6-u-boot-2014.07.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
index 2691849..dc33da4 100644
--- a/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
+++ b/buildroot/target/device/armadeus/apf6/apf6-u-boot-2014.07.h
@@ -124,9 +124,9 @@
"fdt_addr=0x18000000\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
- "mmcdev=0\0" \
+ "mmcdev=1\0" \
"mmcpart=1\0" \
- "mmcroot=/dev/mmcblk0p2 ro\0" \
+ "mmcroot=/dev/mmcblk1p2 ro\0" \
"mmcrootfstype=ext4 rootwait\0" \
"update_sd_firmware_filename=u-boot.imx\0" \
"update_sd_firmware=" \
hooks/post-receive
--
armadeus
|