summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-at91-4.9/mtcdt/defconfig7
-rw-r--r--recipes-kernel/linux/linux-at91_4.9.bb2
2 files changed, 6 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9/mtcdt/defconfig b/recipes-kernel/linux/linux-at91-4.9/mtcdt/defconfig
index 76770b1..783cff4 100644
--- a/recipes-kernel/linux/linux-at91-4.9/mtcdt/defconfig
+++ b/recipes-kernel/linux/linux-at91-4.9/mtcdt/defconfig
@@ -440,8 +440,11 @@ CONFIG_USE_OF=y
# CONFIG_ATAGS is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
-# CONFIG_ARM_APPENDED_DTB is not set
-CONFIG_CMDLINE="console=ttyS0,115200 initrd=0x21100000,25165824 root=/dev/ram0 rw"
+CONFIG_ARM_APPENDED_DTB=y
+CONFIG_ARM_ATAG_DTB_COMPAT=y
+CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y
+# CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_EXTEND is not set
+CONFIG_CMDLINE=""
CONFIG_KEXEC=y
# CONFIG_CRASH_DUMP is not set
CONFIG_AUTO_ZRELADDR=y
diff --git a/recipes-kernel/linux/linux-at91_4.9.bb b/recipes-kernel/linux/linux-at91_4.9.bb
index 73aeaaf..c3b1074 100644
--- a/recipes-kernel/linux/linux-at91_4.9.bb
+++ b/recipes-kernel/linux/linux-at91_4.9.bb
@@ -11,7 +11,7 @@ inherit linux-append-dtb
RDEPENDS_kernel-base=""
FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:"
-KERNEL_EXTRA_ARGS ="LOADADDR=0x22000000"
+KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000"
PV = "4.9+git${SRCPV}"