Commit 14a83249 authored by Colin Ian King's avatar Colin Ian King Committed by Michal Simek

arch: microblaze: Fix spelling mistake "vesion" -> "version"

There is a spelling mistake in the comment. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210601103707.9701-1-colin.king@canonical.comSigned-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 695efefb
......@@ -3,7 +3,7 @@ KBUILD_DEFCONFIG := mmu_defconfig
UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\"
# What CPU vesion are we building for, and crack it open
# What CPU version are we building for, and crack it open
# as major.minor.rev
CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER))
CPU_MAJOR := $(shell echo $(CPU_VER) | cut -d '.' -f 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment