This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix syntax error


*** redboot_linux_exec.c.~1.8.~	Thu Feb 13 09:30:14 2003
--- redboot_linux_exec.c	Thu Feb 13 10:21:15 2003
***************
*** 324,330 ****
      params = (struct tag *)((long *)params + params->hdr.size);
  
      // Fill in the details of the memory layout
!     CYGHWR_REDBOOT_LINUX_ATAG_MEM(params)
  
      params = (struct tag *)((long *)params + params->hdr.size);
      if (ramdisk_addr_set) {
--- 324,330 ----
      params = (struct tag *)((long *)params + params->hdr.size);
  
      // Fill in the details of the memory layout
!     CYGHWR_REDBOOT_LINUX_ATAG_MEM(params);
  
      params = (struct tag *)((long *)params + params->hdr.size);
      if (ramdisk_addr_set) {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]