Merge lp:~mvo/snappy/snappy-more-uboot-fiddling into lp:~snappy-dev/snappy/snappy-moved-to-github
Proposed by
Michael Vogt
on 2015-07-23
| Status: | Merged |
|---|---|
| Approved by: | Ricardo Salveti on 2015-07-23 |
| Approved revision: | 603 |
| Merged at revision: | 602 |
| Proposed branch: | lp:~mvo/snappy/snappy-more-uboot-fiddling |
| Merge into: | lp:~snappy-dev/snappy/snappy-moved-to-github |
| Diff against target: |
322 lines (+113/-128) 2 files modified
partition/bootloader_uboot.go (+110/-127) partition/bootloader_uboot_test.go (+3/-1) |
| To merge this branch: | bzr merge lp:~mvo/snappy/snappy-more-uboot-fiddling |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ricardo Salveti (community) | Approve on 2015-07-23 | ||
| Oliver Grawert | 2015-07-23 | Approve on 2015-07-23 | |
|
Review via email:
|
|||
Commit Message
Do all modifications in uboot via setEnvVar/getEnvVar and set the methods for this in the uboot init.
Description of the Change
Do all modifications in uboot via setEnvVar/getEnvVar and set the methods for this in the uboot init.
To post a comment you must log in.


tested and it works ... i cant really judge the code itself though