diff mbox

[U-Boot,1/7] sunxi-common.h: Remove CONFIG_SYS_BOOT_GET_CMDLINE

Message ID 1406879207-12322-1-git-send-email-hdegoede@redhat.com
State Accepted
Delegated to: Hans de Goede
Headers show

Commit Message

Hans de Goede Aug. 1, 2014, 7:46 a.m. UTC
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>
---
 include/configs/sunxi-common.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Ian Campbell Aug. 4, 2014, 9:17 p.m. UTC | #1
On Fri, 2014-08-01 at 09:46 +0200, Hans de Goede wrote:
> 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>
diff mbox

Patch

diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 6a3044f..e3dc9c4 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -126,8 +126,6 @@ 
 #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 */