diff options
author | Michal Simek <monstr@monstr.eu> | 2008-12-19 13:14:05 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-01-23 10:39:56 +0100 |
commit | 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10 (patch) | |
tree | d620c96d3027e23e60de54b0239910ecda5f4486 /include/configs | |
parent | 72d15e705bc3983884105cb7755c7ba80e74a0a5 (diff) | |
download | u-boot-imx-52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10.zip u-boot-imx-52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10.tar.gz u-boot-imx-52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10.tar.bz2 |
microblaze: Rename ml401 to microblaze-generic
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/microblaze-generic.h (renamed from include/configs/ml401.h) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ml401.h b/include/configs/microblaze-generic.h index c802dcb..ed4bf6d 100644 --- a/include/configs/ml401.h +++ b/include/configs/microblaze-generic.h @@ -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 |