Merge lp://staging/~linaro-landing-team-freescale/linaro-image-tools/mx53loco-fixvga into lp://staging/linaro-image-tools/11.11
Proposed by
Eric Miao
Status: | Rejected |
---|---|
Rejected by: | Loïc Minier |
Proposed branch: | lp://staging/~linaro-landing-team-freescale/linaro-image-tools/mx53loco-fixvga |
Merge into: | lp://staging/linaro-image-tools/11.11 |
Diff against target: |
11 lines (+1/-0) 1 file modified
linaro_media_create/boards.py (+1/-0) |
To merge this branch: | bzr merge lp://staging/~linaro-landing-team-freescale/linaro-image-tools/mx53loco-fixvga |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Linaro Maintainers | Pending | ||
Review via email: mp+54147@code.staging.launchpad.net |
Description of the change
This fixed the issue of VGA not enabled by default by providing the correct kernel command line.
To post a comment you must log in.
On Mon, 21 Mar 2011 03:54:54 -0000, Eric Miao <email address hidden> wrote: maintainers) /code.launchpad .net/~linaro- landing- team-freescale/ linaro- image-tools/ mx53loco- fixvga/ +merge/ 54147 /code.launchpad .net/~linaro- landing- team-freescale/ linaro- image-tools/ mx53loco- fixvga/ +merge/ 54147 media_create/ boards. py' media_create/ boards. py 2011-03-17 17:48:49 +0000 media_create/ boards. py 2011-03-21 03:54:44 +0000 args_options = ('di1_primary tve ') Mx51Config) :
> Eric Miao has proposed merging lp:~linaro-landing-team-freescale/linaro-image-tools/mx53loco-fixvga into lp:linaro-image-tools.
>
> Requested reviews:
> Linaro Maintainers (linaro-
>
> For more details, see:
> https:/
>
> This fixed the issue of VGA not enabled by default by providing the correct kernel command line.
> --
> https:/
> Your team Linaro Infrastructure is subscribed to branch lp:linaro-image-tools.
> === modified file 'linaro_
> --- linaro_
> +++ linaro_
> @@ -474,6 +474,7 @@
> initrd_addr = '0x71800000'
> load_addr = '0x70008000'
> kernel_suffix = 'linaro-lt-mx53'
> + extra_boot_
>
>
> class EfikamxConfig(
>
From IRC:
<james_w> ericm, about https:/ /code.launchpad .net/~linaro- landing- team-freescale/ linaro- image-tools/ mx53loco- fixvga/ +merge/ 54147 , what does the option actually do?
<ericm> james_w, it's for enabling display output on mx53 loco board
<james_w> right, is there some way that it could be the default?
<ericm> james_w, it's possible though
<james_w> it's better if the kernel just gets it right, so I'd prefer not to merge that if we can avoid it
<ericm> james_w, ok - got you
<james_w> ericm, great, are you going to pursue that approach?
* ronynandy has quit (Remote host closed the connection)
<ericm> james_w, I'll take a look - not really sure if it's feasible with Freescale's existing kernel
<james_w> ok, let me know what you find
<ericm> james_w, sure
<ericm_> james_w, I believe I have to discuss this option with Freescale tomorrow, will get back to you then
<james_w> ericm_, ok, thanks
Thanks,
James