Nothing uses these anymore. They were for super small armv4 boards. Today, all
armv5 kernels boot via uboot which has its own compression scheme.
Details
Details
- Reviewers
gonzo • ian - Commits
- rS350377: Remove support for kernel.tramp and kernel.tramp.gz
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25532 Build 24147: arc lint + arc unit
Event Timeline
sys/conf/Makefile.arm | ||
---|---|---|
128 | Maybe unifdef -UKZIP and have elf_trampoline.c changed too? |
sys/conf/Makefile.arm | ||
---|---|---|
128 | elf_trampoline.c should just be removed. With this change it will no longer be built. |
sys/conf/Makefile.arm | ||
---|---|---|
90–91 | This reference to KERNPHYSADDR can go too, it doesn't show up in ldscript.arm so the subsitution is a no-op here. The subsitution for KERNVIRTADDR is still vaild though. |
sys/conf/Makefile.arm | ||
---|---|---|
128 | It looks sys/arm/arm/inckern.S is also no longer used with this removal. |