Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U-Boot
Custodians
NAND Flash U-Boot Custodian Tree
Commits
e009bfa4
Commit
e009bfa4
authored
Aug 22, 2016
by
Tom Rini
Browse files
arch/arm/Kconfig: Whitespace correction
Use a tab not 8 spaces. Signed-off-by:
Tom Rini
<
trini@konsulko.com
>
parent
067716ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/arm/Kconfig
View file @
e009bfa4
...
...
@@ -14,66 +14,66 @@ config DMA_ADDR_T_64BIT
default y if ARM64
config HAS_VBAR
bool
bool
config HAS_THUMB2
bool
bool
config CPU_ARM720T
bool
bool
select SYS_CACHE_SHIFT_5
config CPU_ARM920T
bool
bool
select SYS_CACHE_SHIFT_5
config CPU_ARM926EJS
bool
bool
select SYS_CACHE_SHIFT_5
config CPU_ARM946ES
bool
bool
select SYS_CACHE_SHIFT_5
config CPU_ARM1136
bool
bool
select SYS_CACHE_SHIFT_5
config CPU_ARM1176
bool
select HAS_VBAR
bool
select HAS_VBAR
select SYS_CACHE_SHIFT_5
config CPU_V7
bool
select HAS_VBAR
select HAS_THUMB2
bool
select HAS_VBAR
select HAS_THUMB2
select SYS_CACHE_SHIFT_6
config CPU_V7M
bool
select HAS_THUMB2
select HAS_THUMB2
select SYS_CACHE_SHIFT_5
config CPU_PXA
bool
bool
select SYS_CACHE_SHIFT_5
config CPU_SA1100
bool
bool
select SYS_CACHE_SHIFT_5
config SYS_CPU
default "arm720t" if CPU_ARM720T
default "arm920t" if CPU_ARM920T
default "arm926ejs" if CPU_ARM926EJS
default "arm946es" if CPU_ARM946ES
default "arm1136" if CPU_ARM1136
default "arm1176" if CPU_ARM1176
default "armv7" if CPU_V7
default "armv7m" if CPU_V7M
default "pxa" if CPU_PXA
default "sa1100" if CPU_SA1100
default "arm720t" if CPU_ARM720T
default "arm920t" if CPU_ARM920T
default "arm926ejs" if CPU_ARM926EJS
default "arm946es" if CPU_ARM946ES
default "arm1136" if CPU_ARM1136
default "arm1176" if CPU_ARM1176
default "armv7" if CPU_V7
default "armv7m" if CPU_V7M
default "pxa" if CPU_PXA
default "sa1100" if CPU_SA1100
default "armv8" if ARM64
config SYS_ARM_ARCH
...
...
@@ -398,9 +398,9 @@ config TARGET_RASTABAN
select DM_GPIO
config TARGET_ETAMIN
bool "Support etamin"
select CPU_V7
select SUPPORT_SPL
bool "Support etamin"
select CPU_V7
select SUPPORT_SPL
select DM
select DM_SERIAL
select DM_GPIO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment