Patrick Georgi wrote:
> +++ b/payloads/libpayload/include/stdint.h
> @@ -27,4 +27,9 @@
>   * SUCH DAMAGE.
>   */
>  
> +#ifndef __STDINT_H
> +#define __STDINT_H
>  #include <arch/types.h>
> +
> +typedef unsigned long uintptr_t;
> +#endif

What about 64 bit? Or libpayload simply doesn't support it? In that
case

Acked-by: Peter Stuge <[email protected]>

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to