# HG changeset patch # User Arnaud Lenoir # Date 1259155552 0 # Node ID c89ebff40c8d40a2c34cab38913fe1a86cc117f3 # Parent 139779203946b295a48905163a9684cbee227c64 Added extension to build ROM image with SBSv2. diff -r 139779203946 -r c89ebff40c8d omap3530/bld.inf --- a/omap3530/bld.inf Thu Nov 12 16:07:48 2009 +0000 +++ b/omap3530/bld.inf Wed Nov 25 13:25:52 2009 +0000 @@ -32,3 +32,11 @@ #include "shared/mstick/bld.inf" #include "shared/serialkeyb/bld.inf" #include "shared/tps65950/bld.inf" + +// Build image armv5 for urel and udeb +PRJ_EXTENSIONS +start extension base/rom +option REE_TARGET beagle +option TYPE tshell +option REE_PATH sf/adaptation/beagleboard +end