mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +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>
|
||||
|
||||
ML401 MicroBlaze
|
||||
microblaze-generic MicroBlaze
|
||||
|
||||
#########################################################################
|
||||
# Coldfire Systems: #
|
||||
|
|
6
MAKEALL
6
MAKEALL
|
@ -697,9 +697,9 @@ LIST_nios2=" \
|
|||
## MicroBlaze Systems
|
||||
#########################################################################
|
||||
|
||||
LIST_microblaze=" \
|
||||
ml401 \
|
||||
suzaku \
|
||||
LIST_microblaze=" \
|
||||
microblaze-generic \
|
||||
suzaku \
|
||||
"
|
||||
|
||||
#########################################################################
|
||||
|
|
5
Makefile
5
Makefile
|
@ -3170,10 +3170,9 @@ PCI5441_config : unconfig
|
|||
## Microblaze
|
||||
#========================================================================
|
||||
|
||||
ml401_config: unconfig
|
||||
microblaze-generic_config: unconfig
|
||||
@mkdir -p $(obj)include
|
||||
@echo "#define CONFIG_ML401 1" > $(obj)include/config.h
|
||||
@$(MKCONFIG) -a $(@:_config=) microblaze microblaze ml401 xilinx
|
||||
@$(MKCONFIG) -a $(@:_config=) microblaze microblaze microblaze-generic xilinx
|
||||
|
||||
suzaku_config: unconfig
|
||||
@mkdir -p $(obj)include
|
||||
|
|
|
@ -25,11 +25,10 @@
|
|||
#ifndef __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 MICROBLAZE_V5 1
|
||||
#define CONFIG_ML401 1 /* ML401 Board */
|
||||
|
||||
/* uart */
|
||||
#ifdef XILINX_UARTLITE_BASEADDR
|
Loading…
Add table
Reference in a new issue