Skip to content

Commit

Permalink
Fix bootcmds for the LY2 after the change introduced by 68a3487.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnealtowns committed Jul 30, 2018
1 parent a9074bd commit cb19a16
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,13 @@ powerpc-quanta-ly2-r0:

loader:
device: /dev/mmcblk0
##partition: /dev/mmcblk0p1
nos_bootcmds: *mmc_bootcmds
nos_bootcmds:
- mmc part 0
- ext2load mmc 0:1 $onl_loadaddr $onl_itb
- "bootm $onl_loadaddr#$onl_platform"

environment:
- device: /dev/mtd2
env_offset: 0x00000000
env_size: 0x00002000
sector_size: 0x00020000

##network
## interfaces:
## ma1:
## name: ~
## syspath: soc.0/ffe24000.ethernet

0 comments on commit cb19a16

Please sign in to comment.