commit | 6989c7dcad105a27cc8e30f663ff92d128461c10 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Aug 27 11:50:16 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 27 11:50:16 2017 -0400 |
tree | 02a59c927c0abcb77455bd70b3717523468d4f54 | |
parent | 76f77ff63e81db44d7f59890cd403fd8854754d4 [diff] |
sh: Fix linking of ms7722se While it is true that we no longer have 'ppcenv' and similar sections, including env/embedded.o at all results in the text/etc sections being available for the rest of the link. This in turn is required for the setup used on ms7722se. This also, likely, needs further fine-tuning. Fixes: f40ad66fa066 ("arch/sh: don't bring common/env_embedded.o into the link") Signed-off-by: Tom Rini <trini@konsulko.com>