
9 Nov
2018
9 Nov
'18
3:50 p.m.
On Fri, Nov 09, 2018 at 09:16:14AM +0000, Peng Fan wrote:
Introduce CONFIG_FIT_EXTERNAL_OFFSET to give user a choice to choose where to put the external data.
Signed-off-by: Peng Fan peng.fan@nxp.com
Kconfig | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/Kconfig b/Kconfig index dca9bb4e43..9b1cc6c2c0 100644 --- a/Kconfig +++ b/Kconfig @@ -248,6 +248,12 @@ config FIT
if FIT
+config FIT_EXTERNAL_OFFSET
- hex "Text Base"
- default 0x0
- help
This specifics a data offset in fit image.
"specifies". And another sentence about why or when this is useful would be good. Thanks!
--
Tom