* [PATCH] beagleboard: Add fw_env.config
@ 2012-02-03 22:59 Tom Rini
2012-02-06 5:13 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2012-02-03 22:59 UTC (permalink / raw)
To: meta-ti; +Cc: Tom Rini
From: Tom Rini <trini@ti.com>
This adds a fw_env.config file that is valid for BeagleBoard's
with NAND for U-Boot environment.
Signed-off-by: Tom Rini <trini@ti.com>
---
.../u-boot/u-boot/beagleboard/fw_env.config | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 recipes-bsp/u-boot/u-boot/beagleboard/fw_env.config
diff --git a/recipes-bsp/u-boot/u-boot/beagleboard/fw_env.config b/recipes-bsp/u-boot/u-boot/beagleboard/fw_env.config
new file mode 100644
index 0000000..ba8147a
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot/beagleboard/fw_env.config
@@ -0,0 +1 @@
+/dev/mtd5 0x0 0x20000 0x20000
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] beagleboard: Add fw_env.config
2012-02-03 22:59 [PATCH] beagleboard: Add fw_env.config Tom Rini
@ 2012-02-06 5:13 ` Denys Dmytriyenko
2012-02-06 5:41 ` Tom Rini
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2012-02-06 5:13 UTC (permalink / raw)
To: Tom Rini; +Cc: Tom Rini, meta-ti
On Fri, Feb 03, 2012 at 03:59:34PM -0700, Tom Rini wrote:
> From: Tom Rini <trini@ti.com>
>
> This adds a fw_env.config file that is valid for BeagleBoard's
> with NAND for U-Boot environment.
Tom,
Does it conflict with NAND-less BB-xm, since all BBs share the same MACHINE
config and override, hence masking the previously default fw_env.config?
--
Denys
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
> .../u-boot/u-boot/beagleboard/fw_env.config | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
> create mode 100644 recipes-bsp/u-boot/u-boot/beagleboard/fw_env.config
>
> diff --git a/recipes-bsp/u-boot/u-boot/beagleboard/fw_env.config b/recipes-bsp/u-boot/u-boot/beagleboard/fw_env.config
> new file mode 100644
> index 0000000..ba8147a
> --- /dev/null
> +++ b/recipes-bsp/u-boot/u-boot/beagleboard/fw_env.config
> @@ -0,0 +1 @@
> +/dev/mtd5 0x0 0x20000 0x20000
> --
> 1.7.0.4
>
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] beagleboard: Add fw_env.config
2012-02-06 5:13 ` Denys Dmytriyenko
@ 2012-02-06 5:41 ` Tom Rini
0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2012-02-06 5:41 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: Tom Rini, meta-ti
On Sun, Feb 5, 2012 at 10:13 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> On Fri, Feb 03, 2012 at 03:59:34PM -0700, Tom Rini wrote:
>> From: Tom Rini <trini@ti.com>
>>
>> This adds a fw_env.config file that is valid for BeagleBoard's
>> with NAND for U-Boot environment.
>
> Tom,
>
> Does it conflict with NAND-less BB-xm, since all BBs share the same MACHINE
> config and override, hence masking the previously default fw_env.config?
No, because the mtd device won't exist in userland and the utilities
will simply error out.
--
Tom
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-06 5:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 22:59 [PATCH] beagleboard: Add fw_env.config Tom Rini
2012-02-06 5:13 ` Denys Dmytriyenko
2012-02-06 5:41 ` Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.