diff options
| author | Paul Kocialkowski <[email protected]> | 2016-02-26 13:18:47 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-02-29 14:49:37 -0500 |
| commit | 23a004a63f617d565a9f714873fe60f31c9c548b (patch) | |
| tree | 6c642618dc5e10703b66b6eb6465c39fcc5ab03f /arch | |
| parent | ba10b852fe3a5d6188dfa43cced4bfbaf3515df1 (diff) | |
sniper: Various minor cleanups, missing Kconfig configs and reorganisation
This introduces some minor cleanups, regarding aspects such as board name, code
and headers organization as well as deprecated and missing config options.
Signed-off-by: Paul Kocialkowski <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/cpu/armv7/omap3/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig index 652d319a08f..c6168e98d75 100644 --- a/arch/arm/cpu/armv7/omap3/Kconfig +++ b/arch/arm/cpu/armv7/omap3/Kconfig @@ -110,7 +110,7 @@ config TARGET_OMAP3_CAIRO select DM_GPIO config TARGET_SNIPER - bool "Sniper" + bool "LG Optimus Black" select SUPPORT_SPL select DM select DM_SERIAL |
