From 23a004a63f617d565a9f714873fe60f31c9c548b Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Fri, 26 Feb 2016 13:18:47 +0100 Subject: 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 Reviewed-by: Tom Rini --- configs/sniper_defconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig index 0474deb474..0335795c84 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 -- cgit v1.2.3