binman: x86: Separate out 16-bit reset and init code
[oweals/u-boot.git] / arch / x86 / dts / u-boot.dtsi
index daeb168b65fe1508721c631bdc74bf0f9a262683..0e87b88e105ea96b302b414428141a3c76f4b31f 100644 (file)
        x86-start16-tpl {
                offset = <CONFIG_SYS_X86_START16>;
        };
+       x86-reset16-tpl {
+               offset = <CONFIG_RESET_VEC_LOC>;
+       };
 #elif defined(CONFIG_SPL)
        x86-start16-spl {
                offset = <CONFIG_SYS_X86_START16>;
        };
+       x86-reset16-spl {
+               offset = <CONFIG_RESET_VEC_LOC>;
+       };
 #else
        x86-start16 {
                offset = <CONFIG_SYS_X86_START16>;
        };
+       x86-reset16 {
+               offset = <CONFIG_RESET_VEC_LOC>;
+       };
 #endif
 };
 #endif