mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
mx28evk: fix board config include guardian macro name
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
3b4efee97c
commit
606de8b6a6
@ -16,8 +16,8 @@
|
|||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
* GNU General Public License for more details.
|
* GNU General Public License for more details.
|
||||||
*/
|
*/
|
||||||
#ifndef __CONFIG_H
|
#ifndef __MX28EVK_CONFIG_H__
|
||||||
#define __CONFIG_H
|
#define __MX28EVK_CONFIG_H__
|
||||||
|
|
||||||
#include <asm/arch/regs-base.h>
|
#include <asm/arch/regs-base.h>
|
||||||
|
|
||||||
@ -250,4 +250,4 @@
|
|||||||
"run netargs; " \
|
"run netargs; " \
|
||||||
"dhcp ${uimage}; bootm\0" \
|
"dhcp ${uimage}; bootm\0" \
|
||||||
|
|
||||||
#endif /* __CONFIG_H */
|
#endif /* __MX28EVK_CONFIG_H__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user