From b13fb01a62708492cae4b33c4d6fa9ae127905f4 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 30 Oct 2003 21:49:38 +0000 Subject: * Fix parameter passing to standalone images with bootm command * Patch by Kyle Harris, 30 Oct 2003: Fix build errors for ixdp425 board * Patch by David M. Horn, 29 Oct 2003: Fixes to build under CYGWIN * Get IceCube MGT5100 working (again) --- board/ixdp425/u-boot.lds | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'board/ixdp425') diff --git a/board/ixdp425/u-boot.lds b/board/ixdp425/u-boot.lds index 3170aa0afb..cd44eb9062 100644 --- a/board/ixdp425/u-boot.lds +++ b/board/ixdp425/u-boot.lds @@ -44,6 +44,10 @@ SECTIONS . = ALIGN(4); .got : { *(.got) } + __u_boot_cmd_start = .; + .u_boot_cmd : { *(.u_boot_cmd) } + __u_boot_cmd_end = .; + armboot_end_data = .; . = ALIGN(4); -- cgit v1.2.1