Changeset cfeb368 in mainline for boot/arch/arm32/include/asm.h


Ignore:
Timestamp:
2013-01-23T20:57:08Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c124dce3
Parents:
df334ca
Message:

arm32, boot: Remove redundant parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/include/asm.h

    rdf334ca rcfeb368  
    4949 *
    5050 */
    51 extern void jump_to_kernel(void *entry, void *bootinfo, void *kernel_end)
     51extern void jump_to_kernel(void *entry, void *bootinfo)
    5252    __attribute__((noreturn));
    5353
Note: See TracChangeset for help on using the changeset viewer.