imx952_evk: Correct CONFIG_DEFAULT_FDT_FILE
The device tree is not stored under freescale directory when booting Linux, so drop vendor name. Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
@@ -35,7 +35,7 @@ CONFIG_FIT=y
|
||||
CONFIG_FIT_VERBOSE=y
|
||||
CONFIG_OF_SYSTEM_SETUP=y
|
||||
CONFIG_BOOTCOMMAND="bootflow scan -l; run bsp_bootcmd"
|
||||
CONFIG_DEFAULT_FDT_FILE="freescale/imx952-evk.dtb"
|
||||
CONFIG_DEFAULT_FDT_FILE="imx952-evk.dtb"
|
||||
CONFIG_SYS_CBSIZE=2048
|
||||
CONFIG_SYS_PBSIZE=2074
|
||||
CONFIG_BOARD_LATE_INIT=y
|
||||
|
||||
Reference in New Issue
Block a user