mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
powerpc/bsc913x: Convert to use generic board code
Signed-off-by: Harninder Rai <harninder.rai@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
fc9b0b8043
commit
4aafbb4451
2 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
#define __CONFIG_H
|
#define __CONFIG_H
|
||||||
|
|
||||||
|
#define CONFIG_SYS_GENERIC_BOARD
|
||||||
|
#define CONFIG_DISPLAY_BOARDINFO
|
||||||
|
|
||||||
#ifdef CONFIG_BSC9131RDB
|
#ifdef CONFIG_BSC9131RDB
|
||||||
#define CONFIG_BSC9131
|
#define CONFIG_BSC9131
|
||||||
#define CONFIG_NAND_FSL_IFC
|
#define CONFIG_NAND_FSL_IFC
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
#define __CONFIG_H
|
#define __CONFIG_H
|
||||||
|
|
||||||
|
#define CONFIG_SYS_GENERIC_BOARD
|
||||||
|
#define CONFIG_DISPLAY_BOARDINFO
|
||||||
|
|
||||||
#ifdef CONFIG_BSC9132QDS
|
#ifdef CONFIG_BSC9132QDS
|
||||||
#define CONFIG_BSC9132
|
#define CONFIG_BSC9132
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue