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 | 34c49dcc5ee400efe1a4ebcee8ac07a2acce8256 (patch) | |
tree | d4fee08614e634ebe4a4f451990bc2911b6574d7 /target/linux/sunxi | |
parent | ce73f9f14582d13aca15d1572ec229de802e8dea (diff) | |
download | upstream-34c49dcc5ee400efe1a4ebcee8ac07a2acce8256.tar.gz upstream-34c49dcc5ee400efe1a4ebcee8ac07a2acce8256.tar.bz2 upstream-34c49dcc5ee400efe1a4ebcee8ac07a2acce8256.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39438 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |