diff options
Diffstat (limited to 'tcl/target/omap5912.cfg')
-rw-r--r-- | tcl/target/omap5912.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/omap5912.cfg b/tcl/target/omap5912.cfg index b578457b..d825df7f 100644 --- a/tcl/target/omap5912.cfg +++ b/tcl/target/omap5912.cfg @@ -48,5 +48,5 @@ proc omap5912_reset {} { } # omap5912 lcd frame buffer as working area -$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20000000 \ +$_TARGETNAME configure -work-area-phys 0x20000000 \ -work-area-size 0x3e800 -work-area-backup 0 |