diff options
author | Grant C. Likely <grant.likely@secretlab.ca> | 2006-01-19 01:13:03 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-02-07 22:35:59 +1100 |
commit | e27db622b850e6426b69ef42e5678ba068c7f8e0 (patch) | |
tree | 57b7aeb1d6611d9d7f38e69ac6f0cbed3a3a3c7c /arch/ppc/platforms/4xx/xilinx_ml300.h | |
parent | 1a42e53d175074f340a3f85042ed64cfc51be216 (diff) |
[PATCH] powerpc: Migrate ML300 reference design to the platform bus
Signed-off-by: Grant C. Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/platforms/4xx/xilinx_ml300.h')
-rw-r--r-- | arch/ppc/platforms/4xx/xilinx_ml300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/xilinx_ml300.h b/arch/ppc/platforms/4xx/xilinx_ml300.h index 89939814362..ae8bf1353b0 100644 --- a/arch/ppc/platforms/4xx/xilinx_ml300.h +++ b/arch/ppc/platforms/4xx/xilinx_ml300.h @@ -41,7 +41,7 @@ typedef struct board_info { #define PPC4xx_ONB_IO_VADDR 0u #define PPC4xx_ONB_IO_SIZE 0u -#define PPC4xx_MACHINE_NAME "Xilinx ML300" +#define PPC4xx_MACHINE_NAME "Xilinx ML300 Reference System" #endif /* __ASM_XILINX_ML300_H__ */ #endif /* __KERNEL__ */ |