arch: microblaze: Fix spelling mistake "vesion" -> "version"
There is a spelling mistake in the comment. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20210601103707.9701-1-colin.king@canonical.com Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
695efefb2e
commit
14a832498c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue