3cb9018e23
With Zephyr's prefer-later-defaults behavior, the default value of CACHE_LINE_SIZE was always 0, because 'default 0' acts like 'default 0 if y'. Change the code to what was probably the intention (default to 0 unless CPU_ATOM). It looks like CACHE_LINE_SIZE is never used in the code when CACHE_LINE_SIZE_DETECT is on, so maybe things could be simplified further. Piggy-back some prompt style consistency cleanups. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> |
||
---|---|---|
.. | ||
core | ||
include | ||
soc | ||
CMakeLists.txt | ||
Kconfig | ||
defconfig |