config: Move CONFIG_OF_BOARD_SETUP to defconfig
Instead of include file
This commit is contained in:
parent
4e6c74c2bd
commit
c6dc05c335
|
|
@ -10,6 +10,7 @@ CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000
|
||||||
CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000
|
CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000
|
||||||
CONFIG_DEFAULT_DEVICE_TREE="imx8_nmhw23"
|
CONFIG_DEFAULT_DEVICE_TREE="imx8_nmhw23"
|
||||||
CONFIG_FIT=y
|
CONFIG_FIT=y
|
||||||
|
CONFIG_OF_BOARD_SETUP=y
|
||||||
CONFIG_BOOTDELAY=3
|
CONFIG_BOOTDELAY=3
|
||||||
CONFIG_AUTOBOOT_KEYED=y
|
CONFIG_AUTOBOOT_KEYED=y
|
||||||
CONFIG_AUTOBOOT_PROMPT="Press s to abort autoboot in %d seconds\n"
|
CONFIG_AUTOBOOT_PROMPT="Press s to abort autoboot in %d seconds\n"
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,6 @@
|
||||||
#define CONFIG_CMD_READ
|
#define CONFIG_CMD_READ
|
||||||
|
|
||||||
/* Flat Device Tree Definitions */
|
/* Flat Device Tree Definitions */
|
||||||
#define CONFIG_OF_BOARD_SETUP
|
|
||||||
#define CONFIG_SKIP_RESOURCE_CHECING
|
#define CONFIG_SKIP_RESOURCE_CHECING
|
||||||
|
|
||||||
#undef CONFIG_CMD_IMLS
|
#undef CONFIG_CMD_IMLS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue