diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-30 13:24:46 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-30 13:24:46 +0200 |
commit | e6a18b4392f93a055063e75fb7222d7ac62667ec (patch) | |
tree | 1ed3179a00a854009a7d8d90fd3999123a39c841 /recipes/linux/linux-omap-pm/beagle-writable-uboot.diff | |
parent | 48c0428ab395a901b93c452f323f5646b74e2266 (diff) |
linux-omap-pm: make u-boot flashable from within linux, first attempt at making ehci work
Diffstat (limited to 'recipes/linux/linux-omap-pm/beagle-writable-uboot.diff')
-rw-r--r-- | recipes/linux/linux-omap-pm/beagle-writable-uboot.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-pm/beagle-writable-uboot.diff b/recipes/linux/linux-omap-pm/beagle-writable-uboot.diff new file mode 100644 index 0000000000..7c5a36df9e --- /dev/null +++ b/recipes/linux/linux-omap-pm/beagle-writable-uboot.diff @@ -0,0 +1,10 @@ +--- a/arch/arm/mach-omap2/board-omap3beagle.c 2009-07-08 16:30:01.000000000 -0700 ++++ b/arch/arm/mach-omap2/board-omap3beagle.c 2009-07-13 13:56:37.000000000 -0700 +@@ -68,7 +68,6 @@ static struct mtd_partition omap3beagle_ + .name = "U-Boot", + .offset = MTDPART_OFS_APPEND, /* Offset = 0x80000 */ + .size = 15 * NAND_BLOCK_SIZE, +- .mask_flags = MTD_WRITEABLE, /* force read-only */ + }, + { + .name = "U-Boot Env", |