Commit 99782bcc authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Add linker script support for v850 "rte_nb85e_cb" platform

parent 68062a3e
......@@ -237,3 +237,13 @@ _jiffies = _jiffies_64 ;
# include "rte_ma1_cb.ld"
# endif
#endif
#ifdef CONFIG_RTE_CB_NB85E
# ifdef CONFIG_ROM_KERNEL
# include "rte_nb85e_cb-rom.ld"
# elif defined(CONFIG_RTE_CB_MULTI)
# include "rte_nb85e_cb-multi.ld"
# else
# include "rte_nb85e_cb.ld"
# endif
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment