diff options
author | 2017-03-14 11:58:56 -0700 | |
---|---|---|
committer | 2017-03-14 21:55:04 +0100 | |
commit | b3bf9fc7cab97eac5f0e77456e86826970e506b9 (patch) | |
tree | 0d8fea02b0f45ecab53c595c76eb7b88b3aaa4f9 /board/qemu/xtensa-lx60 | |
parent | 4744ff01732a76759f4bbc55904fa8ca6d25b4b9 (diff) | |
download | buildroot-b3bf9fc7cab97eac5f0e77456e86826970e506b9.tar.gz buildroot-b3bf9fc7cab97eac5f0e77456e86826970e506b9.tar.bz2 |
configs/qemu: update xtensa linux to 4.9
Linux configs are missing memmap= option that is required for xtfpga
boards configured w/o device tree starting with linux-4.9. Add it.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/qemu/xtensa-lx60')
-rw-r--r-- | board/qemu/xtensa-lx60/linux-4.9-nommu.config (renamed from board/qemu/xtensa-lx60/linux-4.8-nommu.config) | 3 | ||||
-rw-r--r-- | board/qemu/xtensa-lx60/linux-4.9.config (renamed from board/qemu/xtensa-lx60/linux-4.8.config) | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/board/qemu/xtensa-lx60/linux-4.8-nommu.config b/board/qemu/xtensa-lx60/linux-4.9-nommu.config index 29f6fa4cb9..10f7ee125c 100644 --- a/board/qemu/xtensa-lx60/linux-4.8-nommu.config +++ b/board/qemu/xtensa-lx60/linux-4.9-nommu.config @@ -6,10 +6,11 @@ CONFIG_XTENSA_VARIANT_CUSTOM_NAME="dc233c" # CONFIG_XTENSA_VARIANT_MMU is not set CONFIG_XTENSA_UNALIGNED_USER=y CONFIG_PREEMPT=y +CONFIG_KERNEL_LOAD_ADDRESS=0x00003000 # CONFIG_PCI is not set CONFIG_XTENSA_PLATFORM_XTFPGA=y CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="earlycon=uart8250,mmio32,0xfd050020,115200n8 console=ttyS0,115200n8" +CONFIG_CMDLINE="earlycon=uart8250,mmio32,0xfd050020,115200n8 console=ttyS0,115200n8 memmap=0x04000000@0" CONFIG_DEFAULT_MEM_START=0x00000000 CONFIG_BINFMT_FLAT=y CONFIG_NET=y diff --git a/board/qemu/xtensa-lx60/linux-4.8.config b/board/qemu/xtensa-lx60/linux-4.9.config index 2d8e58d782..625b86049f 100644 --- a/board/qemu/xtensa-lx60/linux-4.8.config +++ b/board/qemu/xtensa-lx60/linux-4.9.config @@ -5,7 +5,7 @@ CONFIG_XTENSA_VARIANT_DC233C=y CONFIG_INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX=y CONFIG_XTENSA_PLATFORM_XTFPGA=y CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="console=ttyS0,38400" +CONFIG_CMDLINE="console=ttyS0,38400 memmap=0x04000000@0" # CONFIG_COMPACTION is not set # CONFIG_BOUNCE is not set # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set |