diff options
author | rick <rick@andestech.com> | 2017-04-17 14:41:58 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2017-05-22 14:05:33 +0800 |
commit | 86132af799d51e8e94d87dc56a071f325f369e0c (patch) | |
tree | eaa707979e38c41487e04cedf3f1685e15b72413 /arch/nds32/lib/bootm.c | |
parent | a375ff8e14bea0a5cbfff99d6456aa8d9a3320ab (diff) | |
download | u-boot-86132af799d51e8e94d87dc56a071f325f369e0c.tar.gz |
nds32: Support AG101P serial DM.
Support AG101P serial device tree flow.
Signed-off-by: rick <rick@andestech.com>
Diffstat (limited to 'arch/nds32/lib/bootm.c')
-rw-r--r-- | arch/nds32/lib/bootm.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/nds32/lib/bootm.c b/arch/nds32/lib/bootm.c index 8b0b28fd99..7999167f4c 100644 --- a/arch/nds32/lib/bootm.c +++ b/arch/nds32/lib/bootm.c @@ -14,6 +14,12 @@ DECLARE_GLOBAL_DATA_PTR; +int arch_fixup_fdt(void *blob) +{ + return 0; +} + + #if defined(CONFIG_SETUP_MEMORY_TAGS) || \ defined(CONFIG_CMDLINE_TAG) || \ defined(CONFIG_INITRD_TAG) || \ |