forked from Minki/linux
13 lines
223 B
C
13 lines
223 B
C
|
#ifndef ZBOOT_H
|
||
|
#define ZBOOT_H
|
||
|
|
||
|
/**************************************************
|
||
|
*
|
||
|
* board specific settings
|
||
|
*
|
||
|
**************************************************/
|
||
|
|
||
|
#error "unsupported board."
|
||
|
|
||
|
#endif /* ZBOOT_H */
|