upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/board/prodrive/p3mx/p3mx.h

17 lines
291 B

/*
* (C) Copyright 2005
*
* Roel Loeffen, (C) Copyright 2006 Prodrive B.V. roel.loeffen@prodrive.nl
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __P3MX_H__
#define __P3MX_H__
#define LED_OFF 1
#define LED_GREEN 2
#define LED_RED 3
#define LED_ORANGE 4
#endif /* __P3MX_H__ */