mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
Fix include/common.h for boards with CONFIG_STATUS_LED
The reordering of include/common.h by commit fcd3c87e495f3c48 broke boards with status LED support, resulting in error: #error Status LED configuration missing errors. Undo this reordering to avoid this issue. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
942828a098
commit
fb364bec5f
@ -107,9 +107,6 @@ typedef volatile unsigned char vu_char;
|
|||||||
#ifdef CONFIG_BLACKFIN
|
#ifdef CONFIG_BLACKFIN
|
||||||
#include <asm/blackfin.h>
|
#include <asm/blackfin.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_STATUS_LED
|
|
||||||
#include <status_led.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <part.h>
|
#include <part.h>
|
||||||
#include <flash.h>
|
#include <flash.h>
|
||||||
@ -684,6 +681,9 @@ int fgetc(int file);
|
|||||||
|
|
||||||
int pcmcia_init (void);
|
int pcmcia_init (void);
|
||||||
|
|
||||||
|
#ifdef CONFIG_STATUS_LED
|
||||||
|
# include <status_led.h>
|
||||||
|
#endif
|
||||||
/*
|
/*
|
||||||
* Board-specific Platform code can reimplement show_boot_progress () if needed
|
* Board-specific Platform code can reimplement show_boot_progress () if needed
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user