]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
keymile-common.h: remove IO mux stuff
authorHolger Brunck <holger.brunck@keymile.com>
Fri, 4 Mar 2011 09:16:00 +0000 (10:16 +0100)
committerWolfgang Denk <wd@denx.de>
Fri, 29 Apr 2011 22:45:30 +0000 (00:45 +0200)
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
cc: Wolfgang Denk <wd@denx.de>
cc: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Heiko Schocher <hs@denx.de>

include/configs/keymile-common.h

index e9a97b7f384205ffd02b8b6865ea0995e88e02a1..cb6d0fb6c8d8d67abacbae011b53a2af0e1520b6 100644 (file)
 #define CONFIG_MTD_DEVICE
 #define CONFIG_MTD_CONCAT
 
-#define        CONFIG_KM_DEF_ENV_IOMUX \
-       "stderr=serial \0" \
-       "stdin=serial \0"        \
-       "stdout=serial \0"
-
 /* common powerpc specific env settings */
 #ifndef CONFIG_KM_DEF_ENV_BOOTPARAMS
 #define CONFIG_KM_DEF_ENV_BOOTPARAMS \
 #ifndef CONFIG_KM_DEF_ENV
 #define CONFIG_KM_DEF_ENV      \
        CONFIG_KM_DEF_ENV_BOOTPARAMS                                    \
-       CONFIG_KM_DEF_ENV_IOMUX                                         \
        CONFIG_KM_DEF_NETDEV                                            \
        CONFIG_KM_DEF_ENV_CPU                                           \
        CONFIG_KM_DEF_ENV_BOOTRUNNER                                    \
        "load=tftpboot ${u-boot_addr_r} ${u-boot}\0"                    \
        "mtdids=" MTDIDS_DEFAULT "\0"                                   \
        "mtdparts=" MTDPARTS_DEFAULT "\0"                               \
+       "stderr=serial\0"                                               \
+       "stdin=serial\0"                                                \
+       "stdout=serial\0"                                               \
        "u-boot="xstr(CONFIG_HOSTNAME) "/u-boot.bin\0"                  \
        "u-boot_addr_r="xstr(CONFIG_KM_KERNEL_ADDR) "\0"                \
        ""