]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
kconfig: set 'default y' for all CMD_* options defined in config_cmd_default.h
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 12 Jun 2015 11:16:27 +0000 (13:16 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 15 Jun 2015 12:39:39 +0000 (14:39 +0200)
common/Kconfig
include/configs/tx28.h
include/configs/tx48.h
include/configs/tx51.h
include/configs/tx53.h
include/configs/tx6.h

index dfc581bd147b13c9f09cc1f55522e48f369b7943..ead783c1845296eb13849d11d927f760f690beaa 100644 (file)
@@ -24,11 +24,13 @@ menu "Info commands"
 
 config CMD_BDI
        bool "bdinfo"
+       default y
        help
          Print board info
 
 config CMD_CONSOLE
        bool "coninfo"
+       default y
        help
          Print console devices and information.
 
@@ -43,6 +45,7 @@ menu "Boot commands"
 
 config CMD_BOOTD
        bool "bootd"
+       default y
        help
          Run the command stored in the environment "bootcmd", i.e.
          "bootd" does the same thing as "run bootcmd".
@@ -72,21 +75,25 @@ config CMD_GO
 
 config CMD_RUN
        bool "run"
+       default y
        help
          Run the command in the given environment variable.
 
 config CMD_IMI
        bool "iminfo"
+       default y
        help
          Print header information for application image.
 
 config CMD_IMLS
        bool "imls"
+       default !SYS_NO_FLASH
        help
          List all images found in flash
 
 config CMD_XIMG
        bool "imxtract"
+       default y
        help
          Extract a part of a multi-image.
 
@@ -119,11 +126,13 @@ config CMD_IMPORTENV
 
 config CMD_EDITENV
        bool "editenv"
+       default y
        help
          Edit environment variable.
 
 config CMD_SAVEENV
        bool "saveenv"
+       default y
        help
          Run the command in the given environment variable.
 
@@ -133,6 +142,7 @@ menu "Memory commands"
 
 config CMD_MEMORY
        bool "md, mm, nm, mw, cp, cmp, base, loop"
+       default y
        help
          Memeory commands.
            md - memory display
@@ -177,16 +187,19 @@ menu "Device access commands"
 
 config CMD_LOADB
        bool "loadb"
+       default y
        help
          Load a binary file over serial line.
 
 config CMD_LOADS
        bool "loads"
+       default y
        help
          Load an S-Record file over serial line
 
 config CMD_FLASH
        bool "flinfo, erase, protect"
+       default y if !SYS_NO_FLASH
        help
          NOR flash support.
            flinfo - print FLASH memory information
@@ -241,6 +254,7 @@ config CMD_USB
 
 config CMD_FPGA
        bool "fpga"
+       default y
        help
          FPGA support.
 
@@ -251,16 +265,19 @@ menu "Shell scripting commands"
 
 config CMD_ECHO
        bool "echo"
+       default y
        help
          Echo args to console
 
 config CMD_ITEST
        bool "itest"
+       default y
        help
          Return true/false on integer compare.
 
 config CMD_SOURCE
        bool "source"
+       default y
        help
          Run script from memory
 
@@ -270,6 +287,7 @@ menu "Network commands"
 
 config CMD_NET
        bool "bootp, tftpboot"
+       default y
        help
          Network commands.
          bootp - boot image via network using BOOTP/TFTP protocol
@@ -374,6 +392,7 @@ endif
 
 config CMD_NFS
        bool "nfs"
+       default y
        help
          Boot image via network using NFS protocol.
 
@@ -424,6 +443,7 @@ config CMD_TIME
 # TODO: rename to CMD_SLEEP
 config CMD_MISC
        bool "sleep"
+       default y
        help
          Delay execution for some time
 
@@ -435,6 +455,7 @@ config CMD_TIMER
 config CMD_SETGETDCR
        bool "getdcr, setdcr, getidcr, setidcr"
        depends on 4xx
+       default y
        help
          getdcr - Get an AMCC PPC 4xx DCR's value
          setdcr - Set an AMCC PPC 4xx DCR's value
index fcc9120cdb3151e4ed33a6ea9c9616dcedf49432..14a178175c981912402ed866ecd7184e6051dfec 100644 (file)
 #define MTD_NAME                       "gpmi-nand"
 #define MTDIDS_DEFAULT                 "nand0=" MTD_NAME
 
-/*
- * U-Boot Commands
- */
-#include <config_cmd_default.h>
-
 /*
  * Serial Driver
  */
index 79c92cc97f113e5094738b09128cf7da4cbe557c..392879410d58cb5dde519b2f0988943b1053d8ba 100644 (file)
 #define MTD_NAME                       "omap2-nand.0"
 #define MTDIDS_DEFAULT                 "nand0=" MTD_NAME
 
-/*
- * U-Boot Commands
- */
-#include <config_cmd_default.h>
-
 /*
  * Serial Driver
  */
index a4ba2d0500e5cf4eda05669cd72e119fa66e93f7..2ce5204ed976efb90374ea16f96fb9f567e32ed4 100644 (file)
 #define MTD_NAME                       "mxc_nand"
 #define MTDIDS_DEFAULT                 "nand0=" MTD_NAME
 
-/*
- * U-Boot Commands
- */
-#include <config_cmd_default.h>
-
 /*
  * Serial Driver
  */
index 5ea59f480d70a2a81787fb7ff7fe1cc1e22bd80f..2a1bf6f5e5cf9dcc35fe5fb52b17d7038669eba8 100644 (file)
 #define MTD_NAME                       "mxc_nand"
 #define MTDIDS_DEFAULT                 "nand0=" MTD_NAME
 
-/*
- * U-Boot Commands
- */
-#include <config_cmd_default.h>
-
 /*
  * Serial Driver
  */
index deb3f13119acf5e32c513fd52e7c461e64f74290..a89bce8a7970d7a8bf5ce0081756ff6d862f031e 100644 (file)
 #endif
 #endif /* CONFIG_TX6_NAND */
 
-/*
- * U-Boot Commands
- */
-#include <config_cmd_default.h>
-
 /*
  * Serial Driver
  */