mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-06 14:51:35 +00:00
microblaze: Rename ml401 to microblaze-generic
Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
72d15e705b
commit
52a822ed9c
9 changed files with 7 additions and 9 deletions
|
@ -707,7 +707,7 @@ Yasushi Shoji <yashi@atmark-techno.com>
|
||||||
|
|
||||||
Michal Simek <monstr@monstr.eu>
|
Michal Simek <monstr@monstr.eu>
|
||||||
|
|
||||||
ML401 MicroBlaze
|
microblaze-generic MicroBlaze
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# Coldfire Systems: #
|
# Coldfire Systems: #
|
||||||
|
|
2
MAKEALL
2
MAKEALL
|
@ -698,7 +698,7 @@ LIST_nios2=" \
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
LIST_microblaze=" \
|
LIST_microblaze=" \
|
||||||
ml401 \
|
microblaze-generic \
|
||||||
suzaku \
|
suzaku \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
5
Makefile
5
Makefile
|
@ -3170,10 +3170,9 @@ PCI5441_config : unconfig
|
||||||
## Microblaze
|
## Microblaze
|
||||||
#========================================================================
|
#========================================================================
|
||||||
|
|
||||||
ml401_config: unconfig
|
microblaze-generic_config: unconfig
|
||||||
@mkdir -p $(obj)include
|
@mkdir -p $(obj)include
|
||||||
@echo "#define CONFIG_ML401 1" > $(obj)include/config.h
|
@$(MKCONFIG) -a $(@:_config=) microblaze microblaze microblaze-generic xilinx
|
||||||
@$(MKCONFIG) -a $(@:_config=) microblaze microblaze ml401 xilinx
|
|
||||||
|
|
||||||
suzaku_config: unconfig
|
suzaku_config: unconfig
|
||||||
@mkdir -p $(obj)include
|
@mkdir -p $(obj)include
|
||||||
|
|
|
@ -25,11 +25,10 @@
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
#define __CONFIG_H
|
#define __CONFIG_H
|
||||||
|
|
||||||
#include "../board/xilinx/ml401/xparameters.h"
|
#include "../board/xilinx/microblaze-generic/xparameters.h"
|
||||||
|
|
||||||
#define CONFIG_MICROBLAZE 1 /* MicroBlaze CPU */
|
#define CONFIG_MICROBLAZE 1 /* MicroBlaze CPU */
|
||||||
#define MICROBLAZE_V5 1
|
#define MICROBLAZE_V5 1
|
||||||
#define CONFIG_ML401 1 /* ML401 Board */
|
|
||||||
|
|
||||||
/* uart */
|
/* uart */
|
||||||
#ifdef XILINX_UARTLITE_BASEADDR
|
#ifdef XILINX_UARTLITE_BASEADDR
|
Loading…
Add table
Reference in a new issue