diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-07 21:34:56 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-07 21:34:56 +0100 |
commit | 9f35f73c466b3cfd3573ce86eb435a349ebd865a (patch) | |
tree | 5604ea1dd80a00a42e13cd57d88ae4db88049126 /recipes-bsp | |
parent | d51ebcf4b4a368fa7cc9b35518a2480fd60fd448 (diff) | |
download | meta-ti-9f35f73c466b3cfd3573ce86eb435a349ebd865a.tar.gz |
u-boot 2011.10rc: move beaglebone to ext4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot/2011.09git/0007-am335x_evm-switch-to-ext4.patch | 26 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2011.10rc.bb | 3 |
2 files changed, 28 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot/2011.09git/0007-am335x_evm-switch-to-ext4.patch b/recipes-bsp/u-boot/u-boot/2011.09git/0007-am335x_evm-switch-to-ext4.patch new file mode 100644 index 00000000..891af6c0 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot/2011.09git/0007-am335x_evm-switch-to-ext4.patch | |||
@@ -0,0 +1,26 @@ | |||
1 | From d2032a2932911159985451d76c547b4e6d99fb61 Mon Sep 17 00:00:00 2001 | ||
2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
3 | Date: Mon, 7 Nov 2011 21:33:32 +0100 | ||
4 | Subject: [PATCH 7/7] am335x_evm: switch to ext4 | ||
5 | |||
6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
7 | --- | ||
8 | include/configs/am335x_evm.h | 2 +- | ||
9 | 1 files changed, 1 insertions(+), 1 deletions(-) | ||
10 | |||
11 | diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h | ||
12 | index 8c0fae2..8bf3ff1 100755 | ||
13 | --- a/include/configs/am335x_evm.h | ||
14 | +++ b/include/configs/am335x_evm.h | ||
15 | @@ -54,7 +54,7 @@ | ||
16 | "nand_root=/dev/mtdblock7 rw\0" \ | ||
17 | "spi_root=/dev/mtdblock4 rw\0" \ | ||
18 | "nor_root=/dev/mtdblock3 rw\0" \ | ||
19 | - "mmc_root_fs_type=ext3 rootwait\0" \ | ||
20 | + "mmc_root_fs_type=ext4 rootwait\0" \ | ||
21 | "nand_root_fs_type=jffs2\0" \ | ||
22 | "spi_root_fs_type=jffs2\0" \ | ||
23 | "nor_root_fs_type=jffs2\0" \ | ||
24 | -- | ||
25 | 1.7.2.5 | ||
26 | |||
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb index 39d88b61..2e0115f0 100644 --- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb +++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb | |||
@@ -4,7 +4,7 @@ require u-boot.inc | |||
4 | COMPATIBLE_MACHINE = "(ti33x)" | 4 | COMPATIBLE_MACHINE = "(ti33x)" |
5 | DEFAULT_PREFERENCE_ti33x = "99" | 5 | DEFAULT_PREFERENCE_ti33x = "99" |
6 | PV = "2011.09+git" | 6 | PV = "2011.09+git" |
7 | PR = "r19" | 7 | PR = "r20" |
8 | 8 | ||
9 | # SPL build | 9 | # SPL build |
10 | UBOOT_BINARY = "u-boot.img" | 10 | UBOOT_BINARY = "u-boot.img" |
@@ -18,6 +18,7 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br | |||
18 | file://2011.09git/0004-am335x-evm-make-MMC-rootfs-RO-on-boot-so-fsck-works.patch \ | 18 | file://2011.09git/0004-am335x-evm-make-MMC-rootfs-RO-on-boot-so-fsck-works.patch \ |
19 | file://2011.09git/0005-am335x-Change-mmc_load_uimage-to-load-at-a-fixed-add.patch \ | 19 | file://2011.09git/0005-am335x-Change-mmc_load_uimage-to-load-at-a-fixed-add.patch \ |
20 | file://2011.09git/0006-am335x-evm-Fix-bone-pmic-shut-down-over-USB-power.patch \ | 20 | file://2011.09git/0006-am335x-evm-Fix-bone-pmic-shut-down-over-USB-power.patch \ |
21 | file://2011.09git/0007-am335x_evm-switch-to-ext4.patch \ | ||
21 | " | 22 | " |
22 | 23 | ||
23 | SRCREV = "f63b270e47f62f4d1a05b2001357e215966c6f5a" | 24 | SRCREV = "f63b270e47f62f4d1a05b2001357e215966c6f5a" |