Skip to content
Snippets Groups Projects
Commit 09739f8b authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

brcm47xx: image: build alternative TRX using less optimized LZMA


There is a group of devices that lzma-loader doesn't work with. They
simply hang at "Starting program at 0x80001000" which is really hard to
debug and we didn't find any solution for this for years.

Broadcom doesn't use lzma-loader on these devices anyway. They decided
to drop lzma-loader and use less optimal LZMA compression that can be
handled by CFE itself (it doesn't use dictionary).

So support these devices we will need kernel compressed with different
parameters and trx without a loader.

Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>

SVN-Revision: 42205
parent 32b3f9cd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment