diff options
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/target/omap5912.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target/omap5912.cfg b/src/target/target/omap5912.cfg index 5277593f..2942ad74 100644 --- a/src/target/target/omap5912.cfg +++ b/src/target/target/omap5912.cfg @@ -57,7 +57,7 @@ $_TARGETNAME configure -event reset-init { } # omap5912 lcd frame buffer as working area -$_TARGENAME configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 0x3e800 -work-area-backup 0 +$_TARGETNAME configure -work-area-virt 0 -work-area-phys 0x20000000 -work-area-size 0x3e800 -work-area-backup 0 #flash bank <driver> <base> <size> <chip_width> <bus_width> flash bank cfi 0x00000000 0x1000000 2 2 0 |