diff options
author | Adrian Panella <ianchi74@outlook.com> | 2016-06-10 19:10:15 -0500 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-17 04:13:07 +0200 |
commit | 0ddcbee2615197c8905408422b4a8a9fe7dbe954 (patch) | |
tree | b0178e10b33097e19c8805e29a53ea25095298d6 /target/linux/ipq806x/config-4.4 | |
parent | f532191c1cefa9950d4064dbd9dd810b90b169bd (diff) | |
download | mtk-20170518-0ddcbee2615197c8905408422b4a8a9fe7dbe954.zip mtk-20170518-0ddcbee2615197c8905408422b4a8a9fe7dbe954.tar.gz mtk-20170518-0ddcbee2615197c8905408422b4a8a9fe7dbe954.tar.bz2 |
ipq806x: activate ATAG DTB mangle and EA8500 rootblock in dts
The command-line arguments provided by the boot loader will be
appended to a new device tree property: bootloader-args.
If there is a property "append-rootblock" in DT under /chosen
and a root= option in bootloaders command line it will be parsed
and added to DT bootargs with the form: <append-rootblock>XX.
Only command line ATAG will be processed, the rest of the ATAGs
sent by bootloader will be ignored.
This is usefull in dual boot systems, to get the current root partition
without afecting the rest of the system.
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Diffstat (limited to 'target/linux/ipq806x/config-4.4')
-rw-r--r-- | target/linux/ipq806x/config-4.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ipq806x/config-4.4 b/target/linux/ipq806x/config-4.4 index 555247a..a6badc9 100644 --- a/target/linux/ipq806x/config-4.4 +++ b/target/linux/ipq806x/config-4.4 @@ -37,7 +37,10 @@ CONFIG_ARM_AMBA=y CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ARCH_TIMER=y CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y -# CONFIG_ARM_ATAG_DTB_COMPAT is not set +CONFIG_ARM_ATAG_DTB_COMPAT=y +# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set +# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER is not set +CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_MANGLE=y CONFIG_ARM_CCI=y CONFIG_ARM_CCI400_COMMON=y CONFIG_ARM_CCI400_PMU=y |