diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-02-26 13:18:47 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-02-29 14:49:37 -0500 |
commit | 23a004a63f617d565a9f714873fe60f31c9c548b (patch) | |
tree | 6c642618dc5e10703b66b6eb6465c39fcc5ab03f /configs | |
parent | ba10b852fe3a5d6188dfa43cced4bfbaf3515df1 (diff) | |
download | u-boot-imx-23a004a63f617d565a9f714873fe60f31c9c548b.zip u-boot-imx-23a004a63f617d565a9f714873fe60f31c9c548b.tar.gz u-boot-imx-23a004a63f617d565a9f714873fe60f31c9c548b.tar.bz2 |
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')
-rw-r--r-- | configs/sniper_defconfig | 5 |
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 |