Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

fit_common.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    u-boot-arc.h NaN GiB
    /*
     * Copyright (C) 2014 Synopsys, Inc. All rights reserved.
     *
     * SPDX-License-Identifier:	GPL-2.0+
     */
    
    #ifndef __ASM_ARC_U_BOOT_ARC_H__
    #define __ASM_ARC_U_BOOT_ARC_H__
    
    int arch_early_init_r(void);
    
    #endif	/* __ASM_ARC_U_BOOT_ARC_H__ */