diff options
author | Rob Herring <robh@kernel.org> | 2018-03-17 00:33:06 +0300 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2018-08-22 13:14:18 +0300 |
commit | c489dfefe739d37dde1cd7b26cd324607cedd934 (patch) | |
tree | f275a760a55cf3e9f6972dbf56fbafa48a66735e /arch/arc/plat-axs10x | |
parent | 811d1b0e65bed442050d62a48c39263f4c5b2d68 (diff) | |
download | linux-c489dfefe739d37dde1cd7b26cd324607cedd934.tar.xz |
h8300: switch to NO_BOOTMEM
Commit 0fa1c579349f ("of/fdt: use memblock_virt_alloc for early alloc")
inadvertently switched the DT unflattening allocations from memblock to
bootmem which doesn't work because the unflattening happens before
bootmem is initialized. Swapping the order of bootmem init and
unflattening could also fix this, but removing bootmem is desired. So
enable NO_BOOTMEM on h8300 like other architectures have done.
Fixes: 0fa1c579349f ("of/fdt: use memblock_virt_alloc for early alloc")
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: uclinux-h8-devel@lists.sourceforge.jp
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'arch/arc/plat-axs10x')
0 files changed, 0 insertions, 0 deletions