From f365a5123f69d229b2c74a3c424f78a3915dcc9b Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Fri, 6 Dec 2013 11:37:10 +0100 Subject: hwstub: forgot the db command file for stmp Change-Id: I08ca6be221d3633c5b6e5e4b023afca33713e428 --- utils/hwstub/stub/stmp/hwstub.db | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 utils/hwstub/stub/stmp/hwstub.db (limited to 'utils') diff --git a/utils/hwstub/stub/stmp/hwstub.db b/utils/hwstub/stub/stmp/hwstub.db new file mode 100644 index 0000000000..810b7b5a4f --- /dev/null +++ b/utils/hwstub/stub/stmp/hwstub.db @@ -0,0 +1,15 @@ +options +{ + flags = 0x100; +} + +sources +{ + hwstub = extern(0); +} + +section(0) +{ + load hwstub > 0; + jump 0; +} -- cgit v1.2.3