Drop references to CONFIG_SYS_GENERIC_BOARD in config files
This option is no longer used so need not be enabled. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9be2e790eb
commit
4c794525d5
@ -7,6 +7,4 @@
|
|||||||
#ifndef _ASM_CONFIG_H_
|
#ifndef _ASM_CONFIG_H_
|
||||||
#define _ASM_CONFIG_H_
|
#define _ASM_CONFIG_H_
|
||||||
|
|
||||||
#define CONFIG_SYS_GENERIC_BOARD
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
#ifndef __CONFIG_H__
|
#ifndef __CONFIG_H__
|
||||||
#define __CONFIG_H__
|
#define __CONFIG_H__
|
||||||
|
|
||||||
#define CONFIG_SYS_GENERIC_BOARD
|
|
||||||
#define CONFIG_DISPLAY_BOARDINFO
|
#define CONFIG_DISPLAY_BOARDINFO
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
#ifndef __CONFIG_H__
|
#ifndef __CONFIG_H__
|
||||||
#define __CONFIG_H__
|
#define __CONFIG_H__
|
||||||
|
|
||||||
#define CONFIG_SYS_GENERIC_BOARD
|
|
||||||
#define CONFIG_DISPLAY_BOARDINFO
|
#define CONFIG_DISPLAY_BOARDINFO
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
#ifndef __CONFIG_H__
|
#ifndef __CONFIG_H__
|
||||||
#define __CONFIG_H__
|
#define __CONFIG_H__
|
||||||
|
|
||||||
#define CONFIG_SYS_GENERIC_BOARD
|
|
||||||
#define CONFIG_DISPLAY_BOARDINFO
|
#define CONFIG_DISPLAY_BOARDINFO
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
#ifndef __CONFIG_H__
|
#ifndef __CONFIG_H__
|
||||||
#define __CONFIG_H__
|
#define __CONFIG_H__
|
||||||
|
|
||||||
#define CONFIG_SYS_GENERIC_BOARD
|
|
||||||
#define CONFIG_DISPLAY_BOARDINFO
|
#define CONFIG_DISPLAY_BOARDINFO
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
#ifndef __CONFIG_H__
|
#ifndef __CONFIG_H__
|
||||||
#define __CONFIG_H__
|
#define __CONFIG_H__
|
||||||
|
|
||||||
#define CONFIG_SYS_GENERIC_BOARD
|
|
||||||
#define CONFIG_DISPLAY_BOARDINFO
|
#define CONFIG_DISPLAY_BOARDINFO
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
/*
|
/*
|
||||||
* BOARD/CPU
|
* BOARD/CPU
|
||||||
*/
|
*/
|
||||||
#define CONFIG_SYS_GENERIC_BOARD
|
|
||||||
|
|
||||||
#define CONFIG_SYS_CLK_FREQ 50000000
|
#define CONFIG_SYS_CLK_FREQ 50000000
|
||||||
#define CONFIG_SYS_RESET_ADDR 0x00000100
|
#define CONFIG_SYS_RESET_ADDR 0x00000100
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user