diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-01-31 15:53:53 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-01-31 15:53:53 +0000 |
commit | 16cbe62e9cd6894ca926d28efaa20549a971d4bc (patch) | |
tree | 1d8edca7c8e8cace76b3e02dac3892bb8fbe48e4 /target/linux/sunxi | |
parent | 6ae1433ab91bc48f9a47920705d1866be8cadb9e (diff) | |
download | upstream-16cbe62e9cd6894ca926d28efaa20549a971d4bc.tar.gz upstream-16cbe62e9cd6894ca926d28efaa20549a971d4bc.tar.bz2 upstream-16cbe62e9cd6894ca926d28efaa20549a971d4bc.zip |
sunxi: boot changes - Added uEnv.txt to facilitate automatic boot. - Cosmetic fix in u-boot Makefile - Don't force command line arguments
Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39438
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/config-3.12 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/config-3.12 b/target/linux/sunxi/config-3.12 index b57168b2d8..d24d1c2092 100644 --- a/target/linux/sunxi/config-3.12 +++ b/target/linux/sunxi/config-3.12 @@ -67,7 +67,7 @@ CONFIG_CLKSRC_MMIO=y CONFIG_CLKSRC_OF=y CONFIG_CLONE_BACKWARDS=y CONFIG_CMDLINE="console=ttyS0,115200 earlyprintk rootwait root=/dev/mmcblk0p2" -CONFIG_CMDLINE_FORCE=y +# CONFIG_CMDLINE_FORCE is not set CONFIG_COMMON_CLK=y CONFIG_COMPACTION=y CONFIG_CONFIGFS_FS=y |