diff options
author | wdenk <wdenk> | 2005-01-10 00:01:04 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-01-10 00:01:04 +0000 |
commit | 082acfd4849d2f0471b0709fe7f5ce1de387437d (patch) | |
tree | 788768a43fb5160db87797eb1fe44127b81bfa25 /board/omap2420h4/config.mk | |
parent | 652a10c0965bcbc64dc88fc54e34bedf1612e66b (diff) | |
download | u-boot-imx-082acfd4849d2f0471b0709fe7f5ce1de387437d.zip u-boot-imx-082acfd4849d2f0471b0709fe7f5ce1de387437d.tar.gz u-boot-imx-082acfd4849d2f0471b0709fe7f5ce1de387437d.tar.bz2 |
Coding Style cleanup
Diffstat (limited to 'board/omap2420h4/config.mk')
-rw-r--r-- | board/omap2420h4/config.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/omap2420h4/config.mk b/board/omap2420h4/config.mk index 1c770f3..4f14be8 100644 --- a/board/omap2420h4/config.mk +++ b/board/omap2420h4/config.mk @@ -20,7 +20,6 @@ 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. +# Comment out CONFIG_PARTIAL_SRAM for this one. # #TEXT_BASE = 0x40280000 - |