]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sunxi-common.h: Remove CONFIG_SYS_BOOT_GET_CMDLINE
authorHans de Goede <hdegoede@redhat.com>
Fri, 1 Aug 2014 07:12:53 +0000 (09:12 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 12 Aug 2014 06:40:12 +0000 (08:40 +0200)
sunxi does not need this and it should never have been enabled for it in
the first place.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
include/configs/sunxi-common.h

index 6a3044f9ce3dc6f4fd9a342bd8f7e6bbe2cf7783..e3dc9c45da8f19fe0bfffdccab9ebab15d2b2679 100644 (file)
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "bootm_size=0x10000000\0"
 
-#define CONFIG_SYS_BOOT_GET_CMDLINE
-
 #include <config_cmd_default.h>
 
 #define CONFIG_FAT_WRITE       /* enable write access */