diff options
Diffstat (limited to 'board/psyent/pk1c20')
| -rw-r--r-- | board/psyent/pk1c20/u-boot.lds | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/board/psyent/pk1c20/u-boot.lds b/board/psyent/pk1c20/u-boot.lds index b99b82c82..8f9cd8fa5 100644 --- a/board/psyent/pk1c20/u-boot.lds +++ b/board/psyent/pk1c20/u-boot.lds @@ -46,6 +46,7 @@ SECTIONS  	 * the initialization code relocates the command table as  	 * well -- admittedly, this is just pure laziness ;-)  	 */ +	. = .;  	__u_boot_cmd_start = .;  	.u_boot_cmd :  	{ |