summaryrefslogtreecommitdiff
path: root/configs/sniper_defconfig
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-02-26 12:18:47 (GMT)
committerTom Rini <trini@konsulko.com>2016-02-29 19:49:37 (GMT)
commit23a004a63f617d565a9f714873fe60f31c9c548b (patch)
tree6c642618dc5e10703b66b6eb6465c39fcc5ab03f /configs/sniper_defconfig
parentba10b852fe3a5d6188dfa43cced4bfbaf3515df1 (diff)
downloadu-boot-fsl-qoriq-23a004a63f617d565a9f714873fe60f31c9c548b.tar.xz
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 <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sniper_defconfig')
-rw-r--r--configs/sniper_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig
index 0474deb..0335795 100644
--- a/configs/sniper_defconfig
+++ b/configs/sniper_defconfig
@@ -2,10 +2,13 @@ CONFIG_ARM=y
CONFIG_OMAP34XX=y
CONFIG_TARGET_SNIPER=y
CONFIG_SPL=y
-CONFIG_SYS_PROMPT="Sniper # "
+CONFIG_SYS_PROMPT="sniper # "
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_FPGA is not set
+CONFIG_CMD_GPIO=y
+# CONFIG_CMD_SETEXPR is not set
+# CONFIG_CMD_NFS is not set
CONFIG_SYS_NS16550=y
CONFIG_USB=y
CONFIG_USB_MUSB_GADGET=y