diff options
| author | Jagdish Gediya <[email protected]> | 2018-09-03 21:35:08 +0530 |
|---|---|---|
| committer | York Sun <[email protected]> | 2018-09-27 10:13:51 -0700 |
| commit | 9d368f32bc9ee5dd8cdfb4dd7dd394e9a0f00638 (patch) | |
| tree | 29dd281e202d7c5c4a0e1498e40693021b5c1a6f /tools/binman/test | |
| parent | 94b57db06986a4afc72040a1f803df68e92c4397 (diff) | |
binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry
This entry contains the PowerPC mpc85xx boot page and resetvec
sections.
Signed-off-by: Jagdish Gediya <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'tools/binman/test')
| -rw-r--r-- | tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts b/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts new file mode 100644 index 00000000000..8f4b16c399c --- /dev/null +++ b/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright 2018 NXP + */ + +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + powerpc-mpc85xx-bootpg-resetvec { + }; + }; +}; |
