
31 Mar
2012
31 Mar
'12
2:38 p.m.
To ease building the required u-boot image add the kwb image to the build targets for the LS-CHLv2 and LS-XHL board.
Signed-off-by: Michael Walle michael@walle.cc --- board/buffalo/lsxl/config.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 board/buffalo/lsxl/config.mk
diff --git a/board/buffalo/lsxl/config.mk b/board/buffalo/lsxl/config.mk new file mode 100644 index 0000000..062554b --- /dev/null +++ b/board/buffalo/lsxl/config.mk @@ -0,0 +1 @@ +ALL-y += $(obj)u-boot.kwb
--
1.7.2.5