diff options
Diffstat (limited to 'board/omap2420h4/config.mk')
-rw-r--r-- | board/omap2420h4/config.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/omap2420h4/config.mk b/board/omap2420h4/config.mk index 4f14be84428..f2a533e0354 100644 --- a/board/omap2420h4/config.mk +++ b/board/omap2420h4/config.mk @@ -14,12 +14,10 @@ # (mem base + reserved) # For use with external or internal boots. -# CONFIG_PARTIAL_SRAM must be defined to use this. TEXT_BASE = 0x80e80000 # Used with full SRAM boot. # This is either with a GP system or a signed boot image. # easiest, and safest way to go if you can. -# Comment out CONFIG_PARTIAL_SRAM for this one. -# #TEXT_BASE = 0x40280000 + |