Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpu/kinetis: change ROM_LEN to not use shell arithmetic
Define ROM_LEN with a non arithmetic value as it is evaluated in `cortexm_common` without a shell context. The `K` is correctly handled by both the linker and `cortexm_common`. This fixes issues when `ROM_LEN` is evaluated in cortexm_common/Makefile.include.
- Loading branch information