From 21aa950318c3f754797e1aab3533f749559e7e87 Mon Sep 17 00:00:00 2001 From: Anthony Gutierrez Date: Fri, 15 Feb 2013 18:48:59 -0500 Subject: options: add command line option for dtb file --- configs/example/fs.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configs/example/fs.py') diff --git a/configs/example/fs.py b/configs/example/fs.py index b938cb96c..73b0acbfb 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -101,9 +101,8 @@ elif buildEnv['TARGET_ISA'] == "sparc": elif buildEnv['TARGET_ISA'] == "x86": test_sys = makeLinuxX86System(test_mem_mode, options.num_cpus, bm[0]) elif buildEnv['TARGET_ISA'] == "arm": - test_sys = makeArmSystem(test_mem_mode, - options.machine_type, bm[0], - bare_metal=options.bare_metal) + test_sys = makeArmSystem(test_mem_mode, options.machine_type, bm[0], + options.dtb_filename, bare_metal=options.bare_metal) else: fatal("Incapable of building %s full system!", buildEnv['TARGET_ISA']) -- cgit v1.2.3